55class Evcc < Formula
66 desc "Sonne tanken ☀️🚘"
77 homepage "https://evcc.io"
8- version "0.307.1 "
8+ version "0.307.2 "
99 license "MIT"
1010
1111 on_macos do
12- url "https://github.com/evcc-io/evcc/releases/download/0.307.1 /evcc_0.307.1_macOS -all.tar.gz"
13- sha256 "4ad6f66548786b96d68aca0178d2a8a40db046ef2c0a03dc6d096ab8819a303a "
12+ url "https://github.com/evcc-io/evcc/releases/download/0.307.2 /evcc_0.307.2_macOS -all.tar.gz"
13+ sha256 "baf76ad2b64da215e983352139882d7f64280ce0168a7aa94b68bec1e7ade11c "
1414
1515 define_method ( :install ) do
1616 bin . install "evcc"
@@ -19,22 +19,22 @@ class Evcc < Formula
1919
2020 on_linux do
2121 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
22- url "https://github.com/evcc-io/evcc/releases/download/0.307.1 /evcc_0.307.1_linux -amd64.tar.gz"
23- sha256 "495a229f9b5f46317c248a4d0e67ca0e11e2811c203e4d173dd30cc98dd7b26e "
22+ url "https://github.com/evcc-io/evcc/releases/download/0.307.2 /evcc_0.307.2_linux -amd64.tar.gz"
23+ sha256 "0b7ad3f448ff53bc158eca68c9594a4105830ba51ef0e4582c3f176255e85012 "
2424 define_method ( :install ) do
2525 bin . install "evcc"
2626 end
2727 end
2828 if Hardware ::CPU . arm? && !Hardware ::CPU . is_64_bit?
29- url "https://github.com/evcc-io/evcc/releases/download/0.307.1 /evcc_0.307.1_linux -armv6.tar.gz"
30- sha256 "c5957926883aeb5b1c54caf72427fbcd629b9afb6672a2b3ffe9497e5a2facb8 "
29+ url "https://github.com/evcc-io/evcc/releases/download/0.307.2 /evcc_0.307.2_linux -armv6.tar.gz"
30+ sha256 "f71c3165c5f073b87277b3a8ff3fb88152a815800fba6e484c4453326af2abbe "
3131 define_method ( :install ) do
3232 bin . install "evcc"
3333 end
3434 end
3535 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
36- url "https://github.com/evcc-io/evcc/releases/download/0.307.1 /evcc_0.307.1_linux -arm64.tar.gz"
37- sha256 "b24067d86eedd5563b2f368c87950988fc1962f5988576ae512d9f764d31af67 "
36+ url "https://github.com/evcc-io/evcc/releases/download/0.307.2 /evcc_0.307.2_linux -arm64.tar.gz"
37+ sha256 "3631b13b98cea0d60f4a097bdfccd9a7f812b312f2a37706529cd0e03f1d3ece "
3838 define_method ( :install ) do
3939 bin . install "evcc"
4040 end
0 commit comments