Skip to content

Commit 2c9d0fc

Browse files
committed
Brew formula update for evcc version 0.307.0
1 parent 6571dc1 commit 2c9d0fc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/evcc.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class Evcc < Formula
66
desc "Sonne tanken ☀️🚘"
77
homepage "https://evcc.io"
8-
version "0.306.3"
8+
version "0.307.0"
99
license "MIT"
1010

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.306.3/evcc_0.306.3_macOS-all.tar.gz"
13-
sha256 "8537d43a93b3380d2388c1e19887396b2fdfc070bd533845370f29427e5225b4"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.307.0/evcc_0.307.0_macOS-all.tar.gz"
13+
sha256 "2b6858e6f981ce69b045231019216be28b914f12e14bbfa17b760007c06f06e5"
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.306.3/evcc_0.306.3_linux-amd64.tar.gz"
23-
sha256 "d725ba1d1e509f7cf21d53b56668a18221849e898824cb3f856e5781af7bc683"
22+
url "https://github.com/evcc-io/evcc/releases/download/0.307.0/evcc_0.307.0_linux-amd64.tar.gz"
23+
sha256 "b526595d13ddab5425539c7e625df9b385e0975017bc9a1b8f95c652c0090002"
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.306.3/evcc_0.306.3_linux-armv6.tar.gz"
30-
sha256 "5bd3eacbf6fe8538ebcbc9a46a85ec454b93b82fa25523512c2031d87b026d39"
29+
url "https://github.com/evcc-io/evcc/releases/download/0.307.0/evcc_0.307.0_linux-armv6.tar.gz"
30+
sha256 "6f04c990da5762c33945e0404fa67548371c0088337280d34bee85a3d235e98d"
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.306.3/evcc_0.306.3_linux-arm64.tar.gz"
37-
sha256 "f8389e817d13f4acbfb26e55f6c35e1cc533e67a9c85266ffaab95d4cc0a162f"
36+
url "https://github.com/evcc-io/evcc/releases/download/0.307.0/evcc_0.307.0_linux-arm64.tar.gz"
37+
sha256 "739b17fb0dde696328e7fda39e778c6e1fc3a5e2dec7a31eb0e042edce789527"
3838
define_method(:install) do
3939
bin.install "evcc"
4040
end

0 commit comments

Comments
 (0)