Skip to content

Commit 55cdd67

Browse files
committed
Brew formula update for evcc version 0.200.7
1 parent 318cd30 commit 55cdd67

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.200.6/evcc_0.200.6_macOS-all.tar.gz"
13-
sha256 "e572224546324100b52a437edce6d93ea2d7623c96a60d9345982879d56e1781"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.200.7/evcc_0.200.7_macOS-all.tar.gz"
13+
sha256 "e5cc330024d46dd6c043b4a5433967cb0930af2738b78c19c222b1c9d4bf44df"
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.6/evcc_0.200.6_linux-amd64.tar.gz"
24-
sha256 "e5d2a0e157bc44ab1efda2b52f3301fe17dd23cb92655e615cba500f424a63a0"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.200.7/evcc_0.200.7_linux-amd64.tar.gz"
24+
sha256 "09a5152363468f1caef90c441094f14cbb1b2a21123b0eaaf7571dae01ff750a"
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.6/evcc_0.200.6_linux-armv6.tar.gz"
34-
sha256 "6e21b393544534235f1973ef1ac81dc63ad874b0b2e46d25fc651159ee660e91"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.200.7/evcc_0.200.7_linux-armv6.tar.gz"
34+
sha256 "1d12ae58d0404b0bc6e941885d851814a5398105e09ba4b35e03b23e210b2607"
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.6/evcc_0.200.6_linux-arm64.tar.gz"
44-
sha256 "6a5e9b5e8153bd241e99685ca804148b626943f96286021ab762d5ff194035cf"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.200.7/evcc_0.200.7_linux-arm64.tar.gz"
44+
sha256 "fd6aa4fd2d486f5fab2d3843bd5ae6b10a08af10c8582fc41703c7119ccd28a2"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)