Skip to content

Commit

Permalink
Brew formula update for evcc version 0.127.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jun 16, 2024
1 parent fc53324 commit 753ca78
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.127.1"
version "0.127.2"
license "MIT"

on_macos do
url "https://github.com/evcc-io/evcc/releases/download/0.127.1/evcc_0.127.1_macOS-all.tar.gz"
sha256 "92d2cd2249deaf5c13e0b5229bf3afcb7e222a45dfadb8cf7ef8f8201f35bc8b"
url "https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_macOS-all.tar.gz"
sha256 "5355dbad0b8e04f3e9c59efec57ad5480af787296818b38d66580ec6ec091e9a"

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.127.1/evcc_0.127.1_linux-amd64.tar.gz"
sha256 "d151e947d90c47a02127e1583df0b7c8beaeae28d8d23792777f8c0045fb404b"
url "https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_linux-amd64.tar.gz"
sha256 "5bdc2f50ded83785b34a55972b8dbd2ccf4712d1ef53eceb2f50cc43bff530d1"

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.127.1/evcc_0.127.1_linux-armv6.tar.gz"
sha256 "a1edb98d6e0fda3f3dd6c28739e70066e1e626aee4234a5f5786ed4e684014bc"
url "https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_linux-armv6.tar.gz"
sha256 "e1c042026eff3b15b9653b1ee38571dd6a852cb3204b4335c8cf607fc80aa164"

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.127.1/evcc_0.127.1_linux-arm64.tar.gz"
sha256 "e9659c8ad11cf84887f0ce13149e3609f1739266f68455f0180acb9bf39331e5"
url "https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_linux-arm64.tar.gz"
sha256 "f80cb36901bc4cdb487654ec01796c8bdb2ae889075824555ce0a004c06a1a7f"

def install
bin.install "evcc"
Expand Down

0 comments on commit 753ca78

Please sign in to comment.