Skip to content

Commit 9bb6ae8

Browse files
author
andig
committed
Brew formula update for evcc version 0.209.2
1 parent a9c758e commit 9bb6ae8

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

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.209.1/evcc_0.209.1_macOS-all.tar.gz"
13-
sha256 "c1e4caa506919ca93792db375b694096f46cc3667e126f7d42f377a0b20f23f1"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.209.2/evcc_0.209.2_macOS-all.tar.gz"
13+
sha256 "e5c57d14491973a2c9236a452abd53aaea3b540e72dc40d3ebda8590a672bb6d"
1414

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

2020
on_linux do
2121
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
22-
url "https://github.com/evcc-io/evcc/releases/download/0.209.1/evcc_0.209.1_linux-amd64.tar.gz"
23-
sha256 "bd7b81f4395bf3f69c0e76838fdc8004ea83d468e430a798a0ad60ef1aae806e"
22+
url "https://github.com/evcc-io/evcc/releases/download/0.209.2/evcc_0.209.2_linux-amd64.tar.gz"
23+
sha256 "bcaef3e69d950c034cd00e62184dbddc27f4efa4d06e52e8b961a07ff7adcd7f"
2424
def install
2525
bin.install "evcc"
2626
end
2727
end
2828
if Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
29-
url "https://github.com/evcc-io/evcc/releases/download/0.209.1/evcc_0.209.1_linux-armv6.tar.gz"
30-
sha256 "882e084e2d3c0baab15d94596e0c92fff67c64bebbb29ed4ee2971509f858624"
29+
url "https://github.com/evcc-io/evcc/releases/download/0.209.2/evcc_0.209.2_linux-armv6.tar.gz"
30+
sha256 "598feb0ed46434461700e768b8aec36edd2245401e7e19d2f670c518bcd10641"
3131
def install
3232
bin.install "evcc"
3333
end
3434
end
3535
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
36-
url "https://github.com/evcc-io/evcc/releases/download/0.209.1/evcc_0.209.1_linux-arm64.tar.gz"
37-
sha256 "ef40dd4eab9f44708a225262843fe2376b151a9fc9e67d47f97fbbcf456efb8b"
36+
url "https://github.com/evcc-io/evcc/releases/download/0.209.2/evcc_0.209.2_linux-arm64.tar.gz"
37+
sha256 "01c1b5b95223e8bd907b2e2d1ee3e9c171f6b54e0359de21244087c84b4cce58"
3838
def install
3939
bin.install "evcc"
4040
end

0 commit comments

Comments
 (0)