Skip to content

Commit e81842f

Browse files
committed
Brew formula update for evcc version 0.132.0
1 parent 1f04cad commit e81842f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/evcc.rb

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_macOS-all.tar.gz"
13-
sha256 "bea341382273267e0515428d43fdda1cb5c9def208cc647ec9560f57384c7486"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.132.0/evcc_0.132.0_macOS-all.tar.gz"
13+
sha256 "6d4dc6f8b5989c8434b0529bd9615acaa5aaa5b2ccbad2adabd7b54276c2bd91"
1414

1515
def install
1616
bin.install "evcc"
@@ -20,8 +20,8 @@ def install
2020
on_linux do
2121
if Hardware::CPU.intel?
2222
if Hardware::CPU.is_64_bit?
23-
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_linux-amd64.tar.gz"
24-
sha256 "8ebee5e0be97195292157fb788e9ee1c06c96c0b97cffd096821bb6f213d43d5"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.132.0/evcc_0.132.0_linux-amd64.tar.gz"
24+
sha256 "67818d29820b36c113e7f802e1792c3e7de7c84d65a942a4468dc4ff9f64f0b9"
2525

2626
def install
2727
bin.install "evcc"
@@ -30,8 +30,8 @@ def install
3030
end
3131
if Hardware::CPU.arm?
3232
if !Hardware::CPU.is_64_bit?
33-
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_linux-armv6.tar.gz"
34-
sha256 "613380226de94d8d318f361d66a2529bce2fd4eaf5cc720816b2b9da57b02906"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.132.0/evcc_0.132.0_linux-armv6.tar.gz"
34+
sha256 "3139082e217b046393b7b0b6ec829d270f05cd4ba0b779c4b971869518894750"
3535

3636
def install
3737
bin.install "evcc"
@@ -40,8 +40,8 @@ def install
4040
end
4141
if Hardware::CPU.arm?
4242
if Hardware::CPU.is_64_bit?
43-
url "https://github.com/evcc-io/evcc/releases/download/0.131.12/evcc_0.131.12_linux-arm64.tar.gz"
44-
sha256 "9dc998a8a509230b702244fcc33158e1f3193ef1841a5fa046b4f26e83f7cbd2"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.132.0/evcc_0.132.0_linux-arm64.tar.gz"
44+
sha256 "89969f8c4c51ddb1c5fc1de6b8a77887f3f5567ca15274c18587114022da3985"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)