Skip to content

Commit 6043857

Browse files
committed
Brew formula update for evcc version 0.200.9
1 parent 4eed6c5 commit 6043857

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.200.8/evcc_0.200.8_macOS-all.tar.gz"
13-
sha256 "205490e679e325634969fd03fa75ef29b6ceab93d68b0f8e8323b9581eb36315"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.200.9/evcc_0.200.9_macOS-all.tar.gz"
13+
sha256 "81d1547b173d1d3dc4f1ef5f5102fc53a7e65a3fd954601f9ff01638caef6962"
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.200.8/evcc_0.200.8_linux-amd64.tar.gz"
24-
sha256 "863678d6f65afbc76317d7d9680881a72d21cc237ead764a402812b05aeb7e7d"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.200.9/evcc_0.200.9_linux-amd64.tar.gz"
24+
sha256 "85b2a61da11cad5d7b30d99bbef6625f87f0a32823ce1d59cb37bd5fcc9f1bc1"
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.200.8/evcc_0.200.8_linux-armv6.tar.gz"
34-
sha256 "2f49079ac4d83f1cc95c19915616e6fc32971797ba3cd809659901b95f1055a3"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.200.9/evcc_0.200.9_linux-armv6.tar.gz"
34+
sha256 "543bff49cc4a0b2fb2c3a8eb2ccbcc5223f64a117fe70525f4f2c71354fd435c"
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.200.8/evcc_0.200.8_linux-arm64.tar.gz"
44-
sha256 "ea707e2f0240279b4b8bb60a5bd1ef37c9d5fbd49a4e317b5b49c4492d64ffc6"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.200.9/evcc_0.200.9_linux-arm64.tar.gz"
44+
sha256 "60a445b8ce23c9dee34447887485c8881dc732102115d5cad0087019adaf635e"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)