Skip to content

Commit 7ab4d87

Browse files
committed
Brew formula update for evcc version 0.200.1
1 parent 3fedb63 commit 7ab4d87

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.200.0/evcc_0.200.0_macOS-all.tar.gz"
13-
sha256 "e9220033c892c2e3786aa1b32b741c810ba594d08575f04abc73fe47e9fef317"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.200.1/evcc_0.200.1_macOS-all.tar.gz"
13+
sha256 "739f2daf170e7ff3aaa6e1a80ba4bbd9c394b3c0ce4b293116e96367f4e21a4d"
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.0/evcc_0.200.0_linux-amd64.tar.gz"
24-
sha256 "209cfc13d936073741be8b211c983b5dba74bb189a6ea7af306621d7e456a3eb"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.200.1/evcc_0.200.1_linux-amd64.tar.gz"
24+
sha256 "08760041d5de6a3fb352f0bd235f36e35974c77a7bdf69e60c54c6b73ef43ed0"
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.0/evcc_0.200.0_linux-armv6.tar.gz"
34-
sha256 "afa1465822683879108739b58a1ee64898a7870a0968342ce2a12cf0ab0c9aa7"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.200.1/evcc_0.200.1_linux-armv6.tar.gz"
34+
sha256 "2da2d044e8d2e8381469f5d2617a6a6a2f973ae752fd91f54f305a612537f011"
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.0/evcc_0.200.0_linux-arm64.tar.gz"
44-
sha256 "286ecf56aa1d9e08b5803f9b2555b70554b23e8a65adf4e86bb94ccff7b7e38e"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.200.1/evcc_0.200.1_linux-arm64.tar.gz"
44+
sha256 "eba72c8a8d71eff01e46af32dca4119437f037647d4e4e5e5f696af79f2695a5"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)