Skip to content

Commit d27dde2

Browse files
committed
Brew formula update for evcc version 0.306.2
1 parent 5b7b7cd commit d27dde2

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.1"
8+
version "0.306.2"
99
license "MIT"
1010

1111
on_macos do
12-
url "https://github.com/evcc-io/evcc/releases/download/0.306.1/evcc_0.306.1_macOS-all.tar.gz"
13-
sha256 "fdb40ea9fd159bc36c11ac167fd7c5c37a915ee1722e5f364981d84fccd08575"
12+
url "https://github.com/evcc-io/evcc/releases/download/0.306.2/evcc_0.306.2_macOS-all.tar.gz"
13+
sha256 "e93542bb7adcb3c7b9943f467c3f71370c5e904ebacc7ef178ddea88d0367070"
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.1/evcc_0.306.1_linux-amd64.tar.gz"
23-
sha256 "7bb7752d6b304fda47310db59996a730620739605c7a330aa2b3a69d3ce0686d"
22+
url "https://github.com/evcc-io/evcc/releases/download/0.306.2/evcc_0.306.2_linux-amd64.tar.gz"
23+
sha256 "13738d12588ace731b5d5be13ba484b5a4b1326685eff374c9ccdbe27453030c"
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.1/evcc_0.306.1_linux-armv6.tar.gz"
30-
sha256 "a5a7303a0c830199e430bd881982411a71ff43d0c830123821d060dc6ca7e635"
29+
url "https://github.com/evcc-io/evcc/releases/download/0.306.2/evcc_0.306.2_linux-armv6.tar.gz"
30+
sha256 "71177181b147215cc828f8824041b91e86f18d4b27bc93d5502603eecb2c0014"
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.1/evcc_0.306.1_linux-arm64.tar.gz"
37-
sha256 "cb5930f163172cf1aac3cd83916720d57db28097ae926de12ecdbb3686caaada"
36+
url "https://github.com/evcc-io/evcc/releases/download/0.306.2/evcc_0.306.2_linux-arm64.tar.gz"
37+
sha256 "e0df334913051fdf3b676b2a1a2117ee33a394d3962b58850696a4808861c0a4"
3838
define_method(:install) do
3939
bin.install "evcc"
4040
end

0 commit comments

Comments
 (0)