Skip to content

Commit

Permalink
Brew formula update for evcc version 0.130.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 11, 2024
1 parent e53b27e commit aecd829
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.130.8"
version "0.130.9"
license "MIT"

on_macos do
url "https://github.com/evcc-io/evcc/releases/download/0.130.8/evcc_0.130.8_macOS-all.tar.gz"
sha256 "835464bc48a283cd041ca6c45a42c8c59606bbdb97bad9fdbca3afbf266b7c17"
url "https://github.com/evcc-io/evcc/releases/download/0.130.9/evcc_0.130.9_macOS-all.tar.gz"
sha256 "b174c70a7931b87b4e19f97b267ee7b60b143c7e03af27725f0529ab09a22e58"

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.130.8/evcc_0.130.8_linux-amd64.tar.gz"
sha256 "132fea0b76e7c1b6b0834cf4425503e4466d37237f4f81b821cff489b07632b6"
url "https://github.com/evcc-io/evcc/releases/download/0.130.9/evcc_0.130.9_linux-amd64.tar.gz"
sha256 "33af70a8c81dd69e201aa9eac7c8eee9dda5df66f94ee02d7754482bbceace7c"

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.130.8/evcc_0.130.8_linux-armv6.tar.gz"
sha256 "a5d57a2aad46d548d7a61ef5616a67c9c9ccb07a5123ebb2ef6fafb358b3b973"
url "https://github.com/evcc-io/evcc/releases/download/0.130.9/evcc_0.130.9_linux-armv6.tar.gz"
sha256 "151801e3b9f37b93b075f12cb7b54d13f0b22c2e5392fcd819a27e90fde3d20c"

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.130.8/evcc_0.130.8_linux-arm64.tar.gz"
sha256 "4924911fd689f8d495d0101013067d77bfc24f7f547602a6f7be4bb6ba1f203d"
url "https://github.com/evcc-io/evcc/releases/download/0.130.9/evcc_0.130.9_linux-arm64.tar.gz"
sha256 "46b0593ed93e1078129a639043c2be808e80be8d8f0b133a8df1511f949897fe"

def install
bin.install "evcc"
Expand Down

0 comments on commit aecd829

Please sign in to comment.