Skip to content

Commit 7bfe6d2

Browse files
committed
Brew formula update for evcc version 0.200.5
1 parent 0a980a6 commit 7bfe6d2

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.200.4/evcc_0.200.4_macOS-all.tar.gz"
13-
sha256 "466ae6e59ea1b3b8fcc71a3402c4089dfbcd3ba6e6345391cf85c23175586bb6"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.200.5/evcc_0.200.5_macOS-all.tar.gz"
13+
sha256 "c2f1bfb5c7af575bc9a78fba043c65d8ddfae4bd2e9337c31f724e8e1d7d9315"
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.4/evcc_0.200.4_linux-amd64.tar.gz"
24-
sha256 "d90444a5ec209c16fc5f7dbe3fa97125161cb4fd85584fda3a7b5c39a7cc0dd6"
23+
url "https://github.com/evcc-io/evcc/releases/download/0.200.5/evcc_0.200.5_linux-amd64.tar.gz"
24+
sha256 "65c86d7663ed6b66b8911e9d43b4a37410304d14296da0db725810c6670090e6"
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.4/evcc_0.200.4_linux-armv6.tar.gz"
34-
sha256 "462976f96f283cbb655b20b25464e8e37cfa26c7f861875598324b70789b64b8"
33+
url "https://github.com/evcc-io/evcc/releases/download/0.200.5/evcc_0.200.5_linux-armv6.tar.gz"
34+
sha256 "3e3e4b05d220d4e87bd231ab3c3c3b397836339f193802540fe0f9becbd24074"
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.4/evcc_0.200.4_linux-arm64.tar.gz"
44-
sha256 "3b4341bfc7caeda083398cde6e4f69125848c4e74d37ec4db619973778eb0622"
43+
url "https://github.com/evcc-io/evcc/releases/download/0.200.5/evcc_0.200.5_linux-arm64.tar.gz"
44+
sha256 "3e2b2befe3f648d1625db3392814a4f476dd3922295a09bf35b5daf90b6e41ed"
4545

4646
def install
4747
bin.install "evcc"

0 commit comments

Comments
 (0)