Skip to content

Commit

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

on_macos do
url "https://github.com/evcc-io/evcc/releases/download/0.130.6/evcc_0.130.6_macOS-all.tar.gz"
sha256 "441e1e77d42c7c0847b1b7a543f65a64cf81abc684ba258fe72f680f252c1713"
url "https://github.com/evcc-io/evcc/releases/download/0.130.7/evcc_0.130.7_macOS-all.tar.gz"
sha256 "d38a584f9b75a0afe5940cbe17d574cead804160c4b750b2eb130306597b004a"

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.6/evcc_0.130.6_linux-amd64.tar.gz"
sha256 "29e3b2ca63c77144a1886c7a18c21fa2c2d1478cdcee152afcc0e460b31c62f4"
url "https://github.com/evcc-io/evcc/releases/download/0.130.7/evcc_0.130.7_linux-amd64.tar.gz"
sha256 "e6589cab1b4c9585c115311e9656d09f0d61a6b84fd892cb3d62d9674f915837"

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.6/evcc_0.130.6_linux-armv6.tar.gz"
sha256 "d139d3298d90187f3360bc4964f471b11a1a081912b36096d9b995e9f2fad47d"
url "https://github.com/evcc-io/evcc/releases/download/0.130.7/evcc_0.130.7_linux-armv6.tar.gz"
sha256 "9680bebd297b040e5beb33d451e1cd6080d6043bdaae91fec2a552f5b11f7cdd"

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.6/evcc_0.130.6_linux-arm64.tar.gz"
sha256 "5718020d2231350676e25876de9dee5c03031a429617dd2a1fc2bb841dda8f73"
url "https://github.com/evcc-io/evcc/releases/download/0.130.7/evcc_0.130.7_linux-arm64.tar.gz"
sha256 "c29c5b35bde8e31a2eeeca548e935eedd25cba53a44cc20a1d87bbbb8a4e6b8c"

def install
bin.install "evcc"
Expand Down

0 comments on commit 2b0a4fa

Please sign in to comment.