Skip to content

Commit eae1e59

Browse files
committed
Brew formula update for evcc version 0.132.2
1 parent 6635933 commit eae1e59

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.132.1"
8+
version "0.132.2"
99
license "MIT"
1010

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.132.1/evcc_0.132.1_macOS-all.tar.gz"
13-
sha256 "aba1f39d5a5f4bcc26231ee6872b16226995935566211ac84b5a19daaf01cd4f"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.132.2/evcc_0.132.2_macOS-all.tar.gz"
13+
sha256 "5143102e58c8cd5fa2bf968165bf87e93a00d640e16c9ad20f543f4dc7c7457f"
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.132.1/evcc_0.132.1_linux-amd64.tar.gz"
24-
sha256 "b86b5a59dcbc2a7a1b1f831285531ac038b1e29b6babb9b03626c4d77c6a86ff"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.132.2/evcc_0.132.2_linux-amd64.tar.gz"
24+
sha256 "173bb5dadd2df5536e521635985c539d536c07eeffab939d7fb1aa790c32e70d"
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.132.1/evcc_0.132.1_linux-armv6.tar.gz"
34-
sha256 "7c878d4fa859ab87905af62f17c205d0a2ebc4f15c82f895635d382623d4a4f4"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.132.2/evcc_0.132.2_linux-armv6.tar.gz"
34+
sha256 "3941618aecbeb366ede9235349119ad899e8a027ed0c9bac293b62bdf832d8e7"
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.132.1/evcc_0.132.1_linux-arm64.tar.gz"
44-
sha256 "24b2be98bd88ce27abc5be5505bc19f0848ae92c798436c5cfb1101acfed4a18"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.132.2/evcc_0.132.2_linux-arm64.tar.gz"
44+
sha256 "2ac3e2812a3234b8ec29d264df0e7df17cd39d03ed283c71d01dc5131964c598"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)