5
5
class Evcc < Formula
6
6
desc "Sonne tanken ☀️🚘"
7
7
homepage "https://evcc.io"
8
- version "0.132.2 "
8
+ version "0.133.0 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
- url "https://github.com/evcc-io/evcc/releases/download/0.132.2 /evcc_0.132.2_macOS -all.tar.gz"
13
- sha256 "5143102e58c8cd5fa2bf968165bf87e93a00d640e16c9ad20f543f4dc7c7457f "
12
+ url "https://github.com/evcc-io/evcc/releases/download/0.133.0 /evcc_0.133.0_macOS -all.tar.gz"
13
+ sha256 "a2424c946906457c332390dbda12a56f1b508b8ba4eaa791d6c009f06d83e19e "
14
14
15
15
def install
16
16
bin . install "evcc"
@@ -20,8 +20,8 @@ def install
20
20
on_linux do
21
21
if Hardware ::CPU . intel?
22
22
if Hardware ::CPU . is_64_bit?
23
- url "https://github.com/evcc-io/evcc/releases/download/0.132.2 /evcc_0.132.2_linux -amd64.tar.gz"
24
- sha256 "173bb5dadd2df5536e521635985c539d536c07eeffab939d7fb1aa790c32e70d "
23
+ url "https://github.com/evcc-io/evcc/releases/download/0.133.0 /evcc_0.133.0_linux -amd64.tar.gz"
24
+ sha256 "4cd0b2476a87b15510ec0e9a936addaee9c6172179d5dbee2453c49f1e87fb1a "
25
25
26
26
def install
27
27
bin . install "evcc"
@@ -30,8 +30,8 @@ def install
30
30
end
31
31
if Hardware ::CPU . arm?
32
32
if !Hardware ::CPU . is_64_bit?
33
- url "https://github.com/evcc-io/evcc/releases/download/0.132.2 /evcc_0.132.2_linux -armv6.tar.gz"
34
- sha256 "3941618aecbeb366ede9235349119ad899e8a027ed0c9bac293b62bdf832d8e7 "
33
+ url "https://github.com/evcc-io/evcc/releases/download/0.133.0 /evcc_0.133.0_linux -armv6.tar.gz"
34
+ sha256 "c46449ebdb1ccd21701336b54ff0d10a9d72b42b9d33190a1bc0ba7f779baf82 "
35
35
36
36
def install
37
37
bin . install "evcc"
@@ -40,8 +40,8 @@ def install
40
40
end
41
41
if Hardware ::CPU . arm?
42
42
if Hardware ::CPU . is_64_bit?
43
- url "https://github.com/evcc-io/evcc/releases/download/0.132.2 /evcc_0.132.2_linux -arm64.tar.gz"
44
- sha256 "2ac3e2812a3234b8ec29d264df0e7df17cd39d03ed283c71d01dc5131964c598 "
43
+ url "https://github.com/evcc-io/evcc/releases/download/0.133.0 /evcc_0.133.0_linux -arm64.tar.gz"
44
+ sha256 "005fc76a287a806513c214dd62afceada2a9afa3ac903f2289eed0ca29ffe703 "
45
45
46
46
def install
47
47
bin . install "evcc"
0 commit comments