Skip to content

Commit

Permalink
Brew formula update for evcc version 0.131.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 30, 2024
1 parent d6c8f71 commit 5b73daf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/evcc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Evcc < Formula
desc "Sonne tanken ☀️🚘"
homepage "https://evcc.io"
version "0.131.3"
version "0.131.4"
license "MIT"

on_macos do
url "https://github.com/evcc-io/evcc/releases/download/0.131.3/evcc_0.131.3_macOS-all.tar.gz"
sha256 "2adde29fe63842a76dc8fde324c93e35cb8868e0dc8b4dfc2b049d443dd6a65d"
url "https://github.com/evcc-io/evcc/releases/download/0.131.4/evcc_0.131.4_macOS-all.tar.gz"
sha256 "86685d7d608eca4d80816699ba947dd52f21cc746b3e1ba85956b44e4d2f1c9f"

def install
bin.install "evcc"
Expand All @@ -20,8 +20,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/evcc-io/evcc/releases/download/0.131.3/evcc_0.131.3_linux-amd64.tar.gz"
sha256 "621c555b9878cf9b3859ce7ef81988e58f966667831905d24524827b6d06de03"
url "https://github.com/evcc-io/evcc/releases/download/0.131.4/evcc_0.131.4_linux-amd64.tar.gz"
sha256 "f03aa841e2d10b53fc1f266a945749e19caa1cc47c4261668b8060035fe35ebc"

def install
bin.install "evcc"
Expand All @@ -30,8 +30,8 @@ def install
end
on_arm do
if !Hardware::CPU.is_64_bit?
url "https://github.com/evcc-io/evcc/releases/download/0.131.3/evcc_0.131.3_linux-armv6.tar.gz"
sha256 "4d57ee858b76030ae4890a6149d2a921fffbf21fae4cdc82ba6f257585975bb4"
url "https://github.com/evcc-io/evcc/releases/download/0.131.4/evcc_0.131.4_linux-armv6.tar.gz"
sha256 "607dcea914ba16570000d836d0754a1b0498c046f5cc582e784c21c95065d767"

def install
bin.install "evcc"
Expand All @@ -40,8 +40,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/evcc-io/evcc/releases/download/0.131.3/evcc_0.131.3_linux-arm64.tar.gz"
sha256 "30b96d8764fc29f2bdbaa9f75d172868701e3e5e9f1b2df91d20782f3b62771a"
url "https://github.com/evcc-io/evcc/releases/download/0.131.4/evcc_0.131.4_linux-arm64.tar.gz"
sha256 "5aa46b0a0d764e03dec70967fe3281f496b2bcc9e593850290c19ffb2736539e"

def install
bin.install "evcc"
Expand Down

0 comments on commit 5b73daf

Please sign in to comment.