Skip to content

Commit 15367e8

Browse files
committed
Brew formula update for evcc version 0.131.9
1 parent 19dd4d4 commit 15367e8

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.131.8/evcc_0.131.8_macOS-all.tar.gz"
13-
sha256 "3cb60757ad2013f4ec0fa1cc9582a1ae644938baab3af25c1b3672e5d62e7a87"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.131.9/evcc_0.131.9_macOS-all.tar.gz"
13+
sha256 "3da50552d9373b578559134c6fb7e205a155ab7db1b3be89147bce18d8e54b58"
1414

1515
def install
1616
bin.install "evcc"
@@ -20,8 +20,8 @@ def install
2020
on_linux do
2121
on_intel do
2222
if Hardware::CPU.is_64_bit?
23-
url "https://github.com/evcc-io/evcc/releases/download/0.131.8/evcc_0.131.8_linux-amd64.tar.gz"
24-
sha256 "0f26ac322c9f713c504f513ece1c499e03ebc36b59a0d6a4296687f6651ff85e"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.131.9/evcc_0.131.9_linux-amd64.tar.gz"
24+
sha256 "b9e0990b79b5cfc8f5c29e3f8a177537f65449ef81bf980e27e0f46ee032a198"
2525

2626
def install
2727
bin.install "evcc"
@@ -30,8 +30,8 @@ def install
3030
end
3131
on_arm do
3232
if !Hardware::CPU.is_64_bit?
33-
url "https://github.com/evcc-io/evcc/releases/download/0.131.8/evcc_0.131.8_linux-armv6.tar.gz"
34-
sha256 "c5b10c3b0a747b3a288b212681d188db181b873542b3677572f51c536428ff23"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.131.9/evcc_0.131.9_linux-armv6.tar.gz"
34+
sha256 "37f413f9c215ce052a55d5a9427e712f8109bd5d7dd73c98b5d01e60de93b031"
3535

3636
def install
3737
bin.install "evcc"
@@ -40,8 +40,8 @@ def install
4040
end
4141
on_arm do
4242
if Hardware::CPU.is_64_bit?
43-
url "https://github.com/evcc-io/evcc/releases/download/0.131.8/evcc_0.131.8_linux-arm64.tar.gz"
44-
sha256 "8d8cdf0dc4482a6e4db5d9a3131e68edea30f6861b4017f8bd29267c8129cce9"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.131.9/evcc_0.131.9_linux-arm64.tar.gz"
44+
sha256 "63deeebb85e8462a84bcb3b751f640768c570d70d855edd4f94deca83a91fce4"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)