5
5
class Evcc < Formula
6
6
desc "Sonne tanken ☀️🚘"
7
7
homepage "https://evcc.io"
8
- version "0.131.10 "
8
+ version "0.131.11 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
- url "https://github.com/evcc-io/evcc/releases/download/0.131.10 /evcc_0.131.10_macOS -all.tar.gz"
13
- sha256 "af66e9af4a5922067e53fa615f44fd42f10be5fc4b1461c919d1ab6e2faca72e "
12
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.11 /evcc_0.131.11_macOS -all.tar.gz"
13
+ sha256 "8fabf5c65418d0af9db77c1649af0b9e06965cec9a0917b2477739fb1955cb11 "
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.10 /evcc_0.131.10_linux -amd64.tar.gz"
24
- sha256 "bcc10211d3cf22572283d561313fb3e0d18e358253d99053e39d1850721f44ff "
23
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.11 /evcc_0.131.11_linux -amd64.tar.gz"
24
+ sha256 "54d507987287f49a7764df39a0b701c7ffcd58f12d4bba1971db2ad28c7f56b4 "
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.10 /evcc_0.131.10_linux -armv6.tar.gz"
34
- sha256 "9bf13ed35b843df806ded29cce96e6f09b9e2c40bed571d7d95ec2da02ff886d "
33
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.11 /evcc_0.131.11_linux -armv6.tar.gz"
34
+ sha256 "e1c26069e4594e0bd4ee20e6725238ce0dc91608ad734684d0c594ebc24be26c "
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.10 /evcc_0.131.10_linux -arm64.tar.gz"
44
- sha256 "e055fb4fe79685537f3e834c256133b34eb0313fa5f17b36dbb67fe29334aa67 "
43
+ url "https://github.com/evcc-io/evcc/releases/download/0.131.11 /evcc_0.131.11_linux -arm64.tar.gz"
44
+ sha256 "a90193efc6a90bacb1fecb01b7b407fcafe3c474e2df416e7820721704c7b0e3 "
45
45
46
46
def install
47
47
bin . install "evcc"
0 commit comments