55class Evcc < Formula
66 desc "Sonne tanken ☀️🚘"
77 homepage "https://evcc.io"
8- version "0.303.2 "
8+ version "0.304.0 "
99 license "MIT"
1010
1111 on_macos do
12- url "https://github.com/evcc-io/evcc/releases/download/0.303.2 /evcc_0.303.2_macOS -all.tar.gz"
13- sha256 "88ebc5d7a09aff1a14fc6a8123fb1ff45c00d24f736b40ab2d75804a24ffaa5b "
12+ url "https://github.com/evcc-io/evcc/releases/download/0.304.0 /evcc_0.304.0_macOS -all.tar.gz"
13+ sha256 "97160349540ba63249092b84fdea900c3579820c48bbe2dd17985c9a76f72cc1 "
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.303.2 /evcc_0.303.2_linux -amd64.tar.gz"
23- sha256 "200306fd038143a3d5cb95ed95148d41919f5a4a56e7b2a16adc058270085f79 "
22+ url "https://github.com/evcc-io/evcc/releases/download/0.304.0 /evcc_0.304.0_linux -amd64.tar.gz"
23+ sha256 "6eab23bb143449e86f563217b667e3c0f52073adfd904ee909fa1323c12a84ff "
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.303.2 /evcc_0.303.2_linux -armv6.tar.gz"
30- sha256 "d2006badffe58afd933a9757b9a646623c4b40d3c991222052aa0252aab0914e "
29+ url "https://github.com/evcc-io/evcc/releases/download/0.304.0 /evcc_0.304.0_linux -armv6.tar.gz"
30+ sha256 "8d72b60cd983b36c4b9c58fa57e3233448b15c2e28462c6496427f5a435e2867 "
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.303.2 /evcc_0.303.2_linux -arm64.tar.gz"
37- sha256 "52dee4fc98c255cb8a3d84266e458e1a3b89ee06fe824ff492d84ea76a7d6a4e "
36+ url "https://github.com/evcc-io/evcc/releases/download/0.304.0 /evcc_0.304.0_linux -arm64.tar.gz"
37+ sha256 "b390a4331b5e6034066aee08d86b77e5a118c453021cb691e8ea8f66aa996649 "
3838 define_method ( :install ) do
3939 bin . install "evcc"
4040 end
0 commit comments