5
5
class Evcc < Formula
6
6
desc "Sonne tanken ☀️🚘"
7
7
homepage "https://evcc.io"
8
- version "0.132.0 "
8
+ version "0.132.1 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
- url "https://github.com/evcc-io/evcc/releases/download/0.132.0 /evcc_0.132.0_macOS -all.tar.gz"
13
- sha256 "6d4dc6f8b5989c8434b0529bd9615acaa5aaa5b2ccbad2adabd7b54276c2bd91 "
12
+ url "https://github.com/evcc-io/evcc/releases/download/0.132.1 /evcc_0.132.1_macOS -all.tar.gz"
13
+ sha256 "aba1f39d5a5f4bcc26231ee6872b16226995935566211ac84b5a19daaf01cd4f "
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.132.0 /evcc_0.132.0_linux -amd64.tar.gz"
24
- sha256 "67818d29820b36c113e7f802e1792c3e7de7c84d65a942a4468dc4ff9f64f0b9 "
23
+ url "https://github.com/evcc-io/evcc/releases/download/0.132.1 /evcc_0.132.1_linux -amd64.tar.gz"
24
+ sha256 "b86b5a59dcbc2a7a1b1f831285531ac038b1e29b6babb9b03626c4d77c6a86ff "
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.132.0 /evcc_0.132.0_linux -armv6.tar.gz"
34
- sha256 "3139082e217b046393b7b0b6ec829d270f05cd4ba0b779c4b971869518894750 "
33
+ url "https://github.com/evcc-io/evcc/releases/download/0.132.1 /evcc_0.132.1_linux -armv6.tar.gz"
34
+ sha256 "7c878d4fa859ab87905af62f17c205d0a2ebc4f15c82f895635d382623d4a4f4 "
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.132.0 /evcc_0.132.0_linux -arm64.tar.gz"
44
- sha256 "89969f8c4c51ddb1c5fc1de6b8a77887f3f5567ca15274c18587114022da3985 "
43
+ url "https://github.com/evcc-io/evcc/releases/download/0.132.1 /evcc_0.132.1_linux -arm64.tar.gz"
44
+ sha256 "24b2be98bd88ce27abc5be5505bc19f0848ae92c798436c5cfb1101acfed4a18 "
45
45
46
46
def install
47
47
bin . install "evcc"
0 commit comments