55class Evcc < Formula
66 desc "Sonne tanken ☀️🚘"
77 homepage "https://evcc.io"
8- version "0.305.1 "
8+ version "0.306.0 "
99 license "MIT"
1010
1111 on_macos do
12- url "https://github.com/evcc-io/evcc/releases/download/0.305.1 /evcc_0.305.1_macOS -all.tar.gz"
13- sha256 "fa98d373264393ec8302c18046a0bc3b4eefc08a7f8430ccb6bc98bfb967e9ea "
12+ url "https://github.com/evcc-io/evcc/releases/download/0.306.0 /evcc_0.306.0_macOS -all.tar.gz"
13+ sha256 "9b8c4a8af3cc586726aae399a1fcbdaaf537c73c6b00e0b5b8992dbd6c6461b7 "
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.305.1 /evcc_0.305.1_linux -amd64.tar.gz"
23- sha256 "f85adf4517c9c3dbb4ba5931d01be0f6e66930455afd4343666e8dc7db94fad3 "
22+ url "https://github.com/evcc-io/evcc/releases/download/0.306.0 /evcc_0.306.0_linux -amd64.tar.gz"
23+ sha256 "f037faaf5d75845e9be5afe016f522f1c3d1bfe8d0dc6031a2965152d43b0a4d "
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.305.1 /evcc_0.305.1_linux -armv6.tar.gz"
30- sha256 "0208eead1dd7dc80947e4c7eff604d8983a3eddfd97e0eec6e91334713c7665c "
29+ url "https://github.com/evcc-io/evcc/releases/download/0.306.0 /evcc_0.306.0_linux -armv6.tar.gz"
30+ sha256 "66fc57882e6e7f3ccaa25b8d36a2fe5cc64efbd026fb2aed8cb7decdf3691aab "
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.305.1 /evcc_0.305.1_linux -arm64.tar.gz"
37- sha256 "a7a59cfa9f5d1ad23911d30ea45f0bb5d32aa1a78a09d2c403d844db370369b0 "
36+ url "https://github.com/evcc-io/evcc/releases/download/0.306.0 /evcc_0.306.0_linux -arm64.tar.gz"
37+ sha256 "906f275ac3683a428978fd3faf1101c6c695fd67403a4c709eb7ca4d8a98d4d2 "
3838 define_method ( :install ) do
3939 bin . install "evcc"
4040 end
0 commit comments