5
5
class Evcc < Formula
6
6
desc "Sonne tanken ☀️🚘"
7
7
homepage "https://evcc.io"
8
- version "0.200.5 "
8
+ version "0.200.6 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
- url "https://github.com/evcc-io/evcc/releases/download/0.200.5 /evcc_0.200.5_macOS -all.tar.gz"
13
- sha256 "c2f1bfb5c7af575bc9a78fba043c65d8ddfae4bd2e9337c31f724e8e1d7d9315 "
12
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.6 /evcc_0.200.6_macOS -all.tar.gz"
13
+ sha256 "e572224546324100b52a437edce6d93ea2d7623c96a60d9345982879d56e1781 "
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.5 /evcc_0.200.5_linux -amd64.tar.gz"
24
- sha256 "65c86d7663ed6b66b8911e9d43b4a37410304d14296da0db725810c6670090e6 "
23
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.6 /evcc_0.200.6_linux -amd64.tar.gz"
24
+ sha256 "e5d2a0e157bc44ab1efda2b52f3301fe17dd23cb92655e615cba500f424a63a0 "
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.5 /evcc_0.200.5_linux -armv6.tar.gz"
34
- sha256 "3e3e4b05d220d4e87bd231ab3c3c3b397836339f193802540fe0f9becbd24074 "
33
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.6 /evcc_0.200.6_linux -armv6.tar.gz"
34
+ sha256 "6e21b393544534235f1973ef1ac81dc63ad874b0b2e46d25fc651159ee660e91 "
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.5 /evcc_0.200.5_linux -arm64.tar.gz"
44
- sha256 "3e2b2befe3f648d1625db3392814a4f476dd3922295a09bf35b5daf90b6e41ed "
43
+ url "https://github.com/evcc-io/evcc/releases/download/0.200.6 /evcc_0.200.6_linux -arm64.tar.gz"
44
+ sha256 "6a5e9b5e8153bd241e99685ca804148b626943f96286021ab762d5ff194035cf "
45
45
46
46
def install
47
47
bin . install "evcc"
0 commit comments