Skip to content

Commit 6bbd897

Browse files
committed
Brew formula update for evcc version 0.131.6
1 parent 3e7e1a3 commit 6bbd897

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.131.5/evcc_0.131.5_macOS-all.tar.gz"
13-
sha256 "c5c8e418fbeed327ffd1211a77ed8da7d3461d0b40d3907554dee8820780ac80"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.131.6/evcc_0.131.6_macOS-all.tar.gz"
13+
sha256 "edb2da6b48df8db527107ba96c13f3f6aa216aea7f2afd826420187beb9319e6"
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.5/evcc_0.131.5_linux-amd64.tar.gz"
24-
sha256 "1f71f925b06de1fb7bddd1b3c104c835783a70b20ed715dcbf7c7881c82d12bf"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.131.6/evcc_0.131.6_linux-amd64.tar.gz"
24+
sha256 "861c0dfd2d8d6e5f327550a4964ac10d316785587ce8722ba5bbadd8a39b2318"
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.5/evcc_0.131.5_linux-armv6.tar.gz"
34-
sha256 "daaf8ff05003fbe7d429c882df217adcbf76d32bb07038ee69e1dafbb065c4d4"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.131.6/evcc_0.131.6_linux-armv6.tar.gz"
34+
sha256 "1b3dd039775ba6a128d31d154ce8d7f000488cff7ca93526e245abbc7e4f01f0"
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.5/evcc_0.131.5_linux-arm64.tar.gz"
44-
sha256 "6dd64c015c153b1ff4e326f4b14e05a3c2e9b5fe7d1dd377db761bcf4caa2106"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.131.6/evcc_0.131.6_linux-arm64.tar.gz"
44+
sha256 "9e53ac02002a07ce11ec5fe01dfd1e3725b6e78644282d485949f1b3bb4989de"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)