File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 55class Evcc < Formula
66 desc "Sonne tanken ☀️🚘"
77 homepage "https://evcc.io"
8- version "0.207.0 "
8+ version "0.207.1 "
99 license "MIT"
1010
1111 on_macos do
12- url "https://github.com/evcc-io/evcc/releases/download/0.207.0 /evcc_0.207.0_macOS -all.tar.gz"
13- sha256 "8fac5036aaa0d28ca46cb7c13c805c74150f30391643a817b11a555abc2423a2 "
12+ url "https://github.com/evcc-io/evcc/releases/download/0.207.1 /evcc_0.207.1_macOS -all.tar.gz"
13+ sha256 "ffc1fb09d1fd39af60fb9db851a30a43c8281a0f1a19e3ecc16a7bf8cc565bc4 "
1414
1515 def install
1616 bin . install "evcc"
@@ -19,22 +19,22 @@ def install
1919
2020 on_linux do
2121 if Hardware ::CPU . intel? and Hardware ::CPU . is_64_bit?
22- url "https://github.com/evcc-io/evcc/releases/download/0.207.0 /evcc_0.207.0_linux -amd64.tar.gz"
23- sha256 "a35d45bec4744fe263eb0e224d7ff2bbd9be1e6df973d89ac2f4e089e644630e "
22+ url "https://github.com/evcc-io/evcc/releases/download/0.207.1 /evcc_0.207.1_linux -amd64.tar.gz"
23+ sha256 "c8c154bcfec545832f7eedc499bfc641484ef66f00376d63644561fbd02aba1b "
2424 def install
2525 bin . install "evcc"
2626 end
2727 end
2828 if Hardware ::CPU . arm? and !Hardware ::CPU . is_64_bit?
29- url "https://github.com/evcc-io/evcc/releases/download/0.207.0 /evcc_0.207.0_linux -armv6.tar.gz"
30- sha256 "e1c050a048e389220a14c891a901e20b89d3efa26b5174771169874bcc5f9294 "
29+ url "https://github.com/evcc-io/evcc/releases/download/0.207.1 /evcc_0.207.1_linux -armv6.tar.gz"
30+ sha256 "1876436878385537168aa84695c8adc5b96f8e2c9ff7fc012c6012b021fb59be "
3131 def install
3232 bin . install "evcc"
3333 end
3434 end
3535 if Hardware ::CPU . arm? and Hardware ::CPU . is_64_bit?
36- url "https://github.com/evcc-io/evcc/releases/download/0.207.0 /evcc_0.207.0_linux -arm64.tar.gz"
37- sha256 "90e1ee6ce2d6a42ab5c22e6391307d55395fd28c1a6abf0f658c901f801705a9 "
36+ url "https://github.com/evcc-io/evcc/releases/download/0.207.1 /evcc_0.207.1_linux -arm64.tar.gz"
37+ sha256 "18002372b56102e6c75610a146b9fd12755963504e1a215c61abde2189ec95bf "
3838 def install
3939 bin . install "evcc"
4040 end
You can’t perform that action at this time.
0 commit comments