Skip to content

Commit c0da928

Browse files
committed
Brew formula update for evcc version 0.200.2
1 parent 7ab4d87 commit c0da928

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.200.1/evcc_0.200.1_macOS-all.tar.gz"
13-
sha256 "739f2daf170e7ff3aaa6e1a80ba4bbd9c394b3c0ce4b293116e96367f4e21a4d"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.200.2/evcc_0.200.2_macOS-all.tar.gz"
13+
sha256 "68f7731427fc4ce57a04f058cea8d1bf87ea251224b7120922b5531c797256b0"
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.1/evcc_0.200.1_linux-amd64.tar.gz"
24-
sha256 "08760041d5de6a3fb352f0bd235f36e35974c77a7bdf69e60c54c6b73ef43ed0"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.200.2/evcc_0.200.2_linux-amd64.tar.gz"
24+
sha256 "7336e41d7a44ce831ec993db10bc0b46c95b2991c098876eb8d5a07a254a627a"
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.1/evcc_0.200.1_linux-armv6.tar.gz"
34-
sha256 "2da2d044e8d2e8381469f5d2617a6a6a2f973ae752fd91f54f305a612537f011"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.200.2/evcc_0.200.2_linux-armv6.tar.gz"
34+
sha256 "a4c715729fe33bc20c9ba1c3a1d1450bd30ddb26eab4e73bdb890a4d6e445e33"
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.1/evcc_0.200.1_linux-arm64.tar.gz"
44-
sha256 "eba72c8a8d71eff01e46af32dca4119437f037647d4e4e5e5f696af79f2695a5"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.200.2/evcc_0.200.2_linux-arm64.tar.gz"
44+
sha256 "aa8d7b75185dd965d8a72fd1044a9ae1a9a4dabc14b539e4668b1e95473a3413"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)