From aecd8293cadb689182ae2725560bb5b8470dc41a Mon Sep 17 00:00:00 2001 From: andig Date: Wed, 11 Sep 2024 20:40:19 +0200 Subject: [PATCH] Brew formula update for evcc version 0.130.9 --- Formula/evcc.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/evcc.rb b/Formula/evcc.rb index 51f3040..c1b9349 100644 --- a/Formula/evcc.rb +++ b/Formula/evcc.rb @@ -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" @@ -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" @@ -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" @@ -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"