5
5
class Evcc < Formula
6
6
desc "Sonne tanken ☀️🚘"
7
7
homepage "https://evcc.io"
8
- version "0.131.6 "
8
+ version "0.131.7 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
- url "https://github.com/evcc-io/evcc/releases/download/0.131.6 /evcc_0.131.6_macOS -all.tar.gz"
13
- sha256 "edb2da6b48df8db527107ba96c13f3f6aa216aea7f2afd826420187beb9319e6 "
12
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.7 /evcc_0.131.7_macOS -all.tar.gz"
13
+ sha256 "953b73eea0fd5e53c5cfd1910f89a99039dbcd2fa1451c7ea2cf613f8d231b99 "
14
14
15
15
def install
16
16
bin . install "evcc"
@@ -20,8 +20,8 @@ def install
20
20
on_linux do
21
21
on_intel do
22
22
if Hardware ::CPU . is_64_bit?
23
- url "https://github.com/evcc-io/evcc/releases/download/0.131.6 /evcc_0.131.6_linux -amd64.tar.gz"
24
- sha256 "861c0dfd2d8d6e5f327550a4964ac10d316785587ce8722ba5bbadd8a39b2318 "
23
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.7 /evcc_0.131.7_linux -amd64.tar.gz"
24
+ sha256 "3dd3dbd57f6cf06cc0471bb512a9df1e2d752bcb7437b192ae20ec70edb76ad6 "
25
25
26
26
def install
27
27
bin . install "evcc"
@@ -30,8 +30,8 @@ def install
30
30
end
31
31
on_arm do
32
32
if !Hardware ::CPU . is_64_bit?
33
- url "https://github.com/evcc-io/evcc/releases/download/0.131.6 /evcc_0.131.6_linux -armv6.tar.gz"
34
- sha256 "1b3dd039775ba6a128d31d154ce8d7f000488cff7ca93526e245abbc7e4f01f0 "
33
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.7 /evcc_0.131.7_linux -armv6.tar.gz"
34
+ sha256 "780d7a1e8406e72faff759604c45f57b4fb21ec9790f37ef1e47d8498c158df1 "
35
35
36
36
def install
37
37
bin . install "evcc"
@@ -40,8 +40,8 @@ def install
40
40
end
41
41
on_arm do
42
42
if Hardware ::CPU . is_64_bit?
43
- url "https://github.com/evcc-io/evcc/releases/download/0.131.6 /evcc_0.131.6_linux -arm64.tar.gz"
44
- sha256 "9e53ac02002a07ce11ec5fe01dfd1e3725b6e78644282d485949f1b3bb4989de "
43
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.7 /evcc_0.131.7_linux -arm64.tar.gz"
44
+ sha256 "22c30d13d39c54161ba9d5d87294b00ce0815e019f5887da8be8889d9893afa8 "
45
45
46
46
def install
47
47
bin . install "evcc"
0 commit comments