5
5
class Evcc < Formula
6
6
desc "Sonne tanken ☀️🚘"
7
7
homepage "https://evcc.io"
8
- version "0.200.7 "
8
+ version "0.200.8 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
- url "https://github.com/evcc-io/evcc/releases/download/0.200.7 /evcc_0.200.7_macOS -all.tar.gz"
13
- sha256 "e5cc330024d46dd6c043b4a5433967cb0930af2738b78c19c222b1c9d4bf44df "
12
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.8 /evcc_0.200.8_macOS -all.tar.gz"
13
+ sha256 "205490e679e325634969fd03fa75ef29b6ceab93d68b0f8e8323b9581eb36315 "
14
14
15
15
def install
16
16
bin . install "evcc"
@@ -20,8 +20,8 @@ def install
20
20
on_linux do
21
21
if Hardware ::CPU . intel?
22
22
if Hardware ::CPU . is_64_bit?
23
- url "https://github.com/evcc-io/evcc/releases/download/0.200.7 /evcc_0.200.7_linux -amd64.tar.gz"
24
- sha256 "09a5152363468f1caef90c441094f14cbb1b2a21123b0eaaf7571dae01ff750a "
23
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.8 /evcc_0.200.8_linux -amd64.tar.gz"
24
+ sha256 "863678d6f65afbc76317d7d9680881a72d21cc237ead764a402812b05aeb7e7d "
25
25
26
26
def install
27
27
bin . install "evcc"
@@ -30,8 +30,8 @@ def install
30
30
end
31
31
if Hardware ::CPU . arm?
32
32
if !Hardware ::CPU . is_64_bit?
33
- url "https://github.com/evcc-io/evcc/releases/download/0.200.7 /evcc_0.200.7_linux -armv6.tar.gz"
34
- sha256 "1d12ae58d0404b0bc6e941885d851814a5398105e09ba4b35e03b23e210b2607 "
33
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.8 /evcc_0.200.8_linux -armv6.tar.gz"
34
+ sha256 "2f49079ac4d83f1cc95c19915616e6fc32971797ba3cd809659901b95f1055a3 "
35
35
36
36
def install
37
37
bin . install "evcc"
@@ -40,8 +40,8 @@ def install
40
40
end
41
41
if Hardware ::CPU . arm?
42
42
if Hardware ::CPU . is_64_bit?
43
- url "https://github.com/evcc-io/evcc/releases/download/0.200.7 /evcc_0.200.7_linux -arm64.tar.gz"
44
- sha256 "fd6aa4fd2d486f5fab2d3843bd5ae6b10a08af10c8582fc41703c7119ccd28a2 "
43
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.8 /evcc_0.200.8_linux -arm64.tar.gz"
44
+ sha256 "ea707e2f0240279b4b8bb60a5bd1ef37c9d5fbd49a4e317b5b49c4492d64ffc6 "
45
45
46
46
def install
47
47
bin . install "evcc"
0 commit comments