5
5
class Evcc < Formula
6
6
desc "Sonne tanken ☀️🚘"
7
7
homepage "https://evcc.io"
8
- version "0.200.2 "
8
+ version "0.200.3 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
- url "https://github.com/evcc-io/evcc/releases/download/0.200.2 /evcc_0.200.2_macOS -all.tar.gz"
13
- sha256 "68f7731427fc4ce57a04f058cea8d1bf87ea251224b7120922b5531c797256b0 "
12
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.3 /evcc_0.200.3_macOS -all.tar.gz"
13
+ sha256 "e8ed46dae3e20d7bf0739f12fefb48307b999f1144a6425740d42039974a1953 "
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.2 /evcc_0.200.2_linux -amd64.tar.gz"
24
- sha256 "7336e41d7a44ce831ec993db10bc0b46c95b2991c098876eb8d5a07a254a627a "
23
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.3 /evcc_0.200.3_linux -amd64.tar.gz"
24
+ sha256 "e2b623523ab841fb8138401894c59c38563a3fe410423a796dd9ea401a345fa2 "
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.2 /evcc_0.200.2_linux -armv6.tar.gz"
34
- sha256 "a4c715729fe33bc20c9ba1c3a1d1450bd30ddb26eab4e73bdb890a4d6e445e33 "
33
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.3 /evcc_0.200.3_linux -armv6.tar.gz"
34
+ sha256 "751688836c98cbc56b01bd92cacb77ee49613f085e3c7f7f2d7bea3eef686e45 "
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.2 /evcc_0.200.2_linux -arm64.tar.gz"
44
- sha256 "aa8d7b75185dd965d8a72fd1044a9ae1a9a4dabc14b539e4668b1e95473a3413 "
43
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.3 /evcc_0.200.3_linux -arm64.tar.gz"
44
+ sha256 "5d529e457d2a8467f7c5573b4c9a6d174471e4ac8d92886576abf889d26838e9 "
45
45
46
46
def install
47
47
bin . install "evcc"
0 commit comments