Skip to content

Commit aa7dbac

Browse files
author
andig
committed
Brew formula update for evcc version 0.207.3
1 parent 934b06d commit aa7dbac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/evcc.rb

Lines changed: 9 additions & 9 deletions
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.207.2"
8+
version "0.207.3"
99
license "MIT"
1010

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.207.2/evcc_0.207.2_macOS-all.tar.gz"
13-
sha256 "0220d63a195e1082df00788edaa963145b631c6cae049e25286d563a054e9432"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.207.3/evcc_0.207.3_macOS-all.tar.gz"
13+
sha256 "20e642bcfd6b8b3cdb25d43c8813b9abcc70c43be068ea5769d4926da16f75eb"
1414

1515
def install
1616
bin.install "evcc"
@@ -19,22 +19,22 @@ def install
1919

2020
on_linux do
2121
if Hardware::CPU.intel? and Hardware::CPU.is_64_bit?
22-
url "https://github.com/evcc-io/evcc/releases/download/0.207.2/evcc_0.207.2_linux-amd64.tar.gz"
23-
sha256 "78917b0d33d631827c7286acb4b42def59160c59f94f5add64145b8d3f9d30bd"
22+
url "https://github.com/evcc-io/evcc/releases/download/0.207.3/evcc_0.207.3_linux-amd64.tar.gz"
23+
sha256 "b4a4aa38377fa43f8d0d18adaeb91e26aa3a6bcca85e94d824f2e013b7e9e517"
2424
def install
2525
bin.install "evcc"
2626
end
2727
end
2828
if Hardware::CPU.arm? and !Hardware::CPU.is_64_bit?
29-
url "https://github.com/evcc-io/evcc/releases/download/0.207.2/evcc_0.207.2_linux-armv6.tar.gz"
30-
sha256 "4e2854372a67b680c9914d3ef7ebae7aa71f6ff846aa85dd5b5701f5c8681e66"
29+
url "https://github.com/evcc-io/evcc/releases/download/0.207.3/evcc_0.207.3_linux-armv6.tar.gz"
30+
sha256 "08ee6aa9f6b5839607e6c3612e64ac547678f60349f2831a13be72dde14f66d6"
3131
def install
3232
bin.install "evcc"
3333
end
3434
end
3535
if Hardware::CPU.arm? and Hardware::CPU.is_64_bit?
36-
url "https://github.com/evcc-io/evcc/releases/download/0.207.2/evcc_0.207.2_linux-arm64.tar.gz"
37-
sha256 "5beaf2f42223f1331f8efa954aa8a5ae2106bb05658619798182711434b24589"
36+
url "https://github.com/evcc-io/evcc/releases/download/0.207.3/evcc_0.207.3_linux-arm64.tar.gz"
37+
sha256 "da10cb214b11e1efe23d5c08b80df3a737c4deab1b6b81b9e51c4811b239b67e"
3838
def install
3939
bin.install "evcc"
4040
end

0 commit comments

Comments
 (0)