Skip to content

Commit 1f04cad

Browse files
committed
Brew formula update for evcc version 0.131.12
1 parent 7742ab9 commit 1f04cad

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Formula/evcc.rb

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,43 @@
55
class Evcc < Formula
66
desc "Sonne tanken ☀️🚘"
77
homepage "https://evcc.io"
8-
version "0.131.11"
8+
version "0.131.12"
99
license "MIT"
1010

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.131.11/evcc_0.131.11_macOS-all.tar.gz"
13-
sha256 "8fabf5c65418d0af9db77c1649af0b9e06965cec9a0917b2477739fb1955cb11"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_macOS-all.tar.gz"
13+
sha256 "bea341382273267e0515428d43fdda1cb5c9def208cc647ec9560f57384c7486"
1414

1515
def install
1616
bin.install "evcc"
1717
end
1818
end
1919

2020
on_linux do
21-
on_intel do
21+
if Hardware::CPU.intel?
2222
if Hardware::CPU.is_64_bit?
23-
url "https://github.com/evcc-io/evcc/releases/download/0.131.11/evcc_0.131.11_linux-amd64.tar.gz"
24-
sha256 "54d507987287f49a7764df39a0b701c7ffcd58f12d4bba1971db2ad28c7f56b4"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_linux-amd64.tar.gz"
24+
sha256 "8ebee5e0be97195292157fb788e9ee1c06c96c0b97cffd096821bb6f213d43d5"
2525

2626
def install
2727
bin.install "evcc"
2828
end
2929
end
3030
end
31-
on_arm do
31+
if Hardware::CPU.arm?
3232
if !Hardware::CPU.is_64_bit?
33-
url "https://github.com/evcc-io/evcc/releases/download/0.131.11/evcc_0.131.11_linux-armv6.tar.gz"
34-
sha256 "e1c26069e4594e0bd4ee20e6725238ce0dc91608ad734684d0c594ebc24be26c"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_linux-armv6.tar.gz"
34+
sha256 "613380226de94d8d318f361d66a2529bce2fd4eaf5cc720816b2b9da57b02906"
3535

3636
def install
3737
bin.install "evcc"
3838
end
3939
end
4040
end
41-
on_arm do
41+
if Hardware::CPU.arm?
4242
if Hardware::CPU.is_64_bit?
43-
url "https://github.com/evcc-io/evcc/releases/download/0.131.11/evcc_0.131.11_linux-arm64.tar.gz"
44-
sha256 "a90193efc6a90bacb1fecb01b7b407fcafe3c474e2df416e7820721704c7b0e3"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_linux-arm64.tar.gz"
44+
sha256 "9dc998a8a509230b702244fcc33158e1f3193ef1841a5fa046b4f26e83f7cbd2"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)