From a3b4e4a4cf15c0cad84acd722da6d78ac98ca925 Mon Sep 17 00:00:00 2001 From: brett-hodges <128499638+brett-hodges@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:46:02 +0000 Subject: [PATCH] homebrew: update Homebrew Formula for v0.4.4 --- build/homebrew/homebrew-metadata.txt | 10 +++++----- build/homebrew/kitops.rb | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/build/homebrew/homebrew-metadata.txt b/build/homebrew/homebrew-metadata.txt index c89595ae..7b1bab22 100644 --- a/build/homebrew/homebrew-metadata.txt +++ b/build/homebrew/homebrew-metadata.txt @@ -1,5 +1,5 @@ -"86d1c9371cad5f1f4f0a6023918af8ee0365ba64b5d1e4ac9499febe39531efa" "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-darwin-arm64.tar.gz" darwin-arm64 0.4.1 -"ca4e274e60fb1d1918e16e1423881fd17b2b0d85627a539a7b4e5ad1bdb1d6ab" "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-darwin-x86_64.tar.gz" darwin-x86_64 0.4.1 -"69c4734021a849a5ef3307b87b9cf6a755cee7b87342b63e75afa7167379508a" "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-linux-arm64.tar.gz" linux-arm64 0.4.1 -"8c6080d80548a6db953ef40a785b0843378cca12eb6a142b7626ca1d1c4cbb18" "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-linux-i386.tar.gz" linux-i386 0.4.1 -"16ffde2a6cde3eaba368d4b10036e0ff26fbd50d062a2f95c4b901a1d7b4d989" "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-linux-x86_64.tar.gz" linux-x86_64 0.4.1 +"05fb4154c4db321d0498767c30d8d54e1cd4c028e7500bd14446f72e619b2f23" "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-darwin-arm64.tar.gz" darwin-arm64 0.4.4 +"7f8ad1c5a33979a8ccef0492bc37c19974f15a3dc02d6c3f9f3e53bd1b69153d" "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-darwin-x86_64.tar.gz" darwin-x86_64 0.4.4 +"6a5cebafee8b452615a3cfdb9825bef0cddaa3c0eb7fcbf9cda7e8e94a6f542f" "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-linux-arm64.tar.gz" linux-arm64 0.4.4 +"3fead337eff880bad9ee898de06ed2f399ea6f38fb1120141d538d8a66bd38a4" "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-linux-i386.tar.gz" linux-i386 0.4.4 +"efc429106df85e580656aabc27d3c442362fd98d0351e623ce7880aa0b5c05aa" "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-linux-x86_64.tar.gz" linux-x86_64 0.4.4 diff --git a/build/homebrew/kitops.rb b/build/homebrew/kitops.rb index 6072ad2d..b669a654 100644 --- a/build/homebrew/kitops.rb +++ b/build/homebrew/kitops.rb @@ -5,28 +5,28 @@ class Kitops < Formula on_macos do on_arm do - url "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-darwin-arm64.tar.gz" - sha256 "86d1c9371cad5f1f4f0a6023918af8ee0365ba64b5d1e4ac9499febe39531efa" + url "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-darwin-arm64.tar.gz" + sha256 "05fb4154c4db321d0498767c30d8d54e1cd4c028e7500bd14446f72e619b2f23" end on_intel do - url "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-darwin-x86_64.tar.gz" - sha256 "ca4e274e60fb1d1918e16e1423881fd17b2b0d85627a539a7b4e5ad1bdb1d6ab" + url "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-darwin-x86_64.tar.gz" + sha256 "7f8ad1c5a33979a8ccef0492bc37c19974f15a3dc02d6c3f9f3e53bd1b69153d" end end on_linux do on_arm do - url "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-linux-arm64.tar.gz" - sha256 "69c4734021a849a5ef3307b87b9cf6a755cee7b87342b63e75afa7167379508a" + url "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-linux-arm64.tar.gz" + sha256 "6a5cebafee8b452615a3cfdb9825bef0cddaa3c0eb7fcbf9cda7e8e94a6f542f" end on_intel do if Hardware::CPU.is_64_bit? - url "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-linux-x86_64.tar.gz" - sha256 "16ffde2a6cde3eaba368d4b10036e0ff26fbd50d062a2f95c4b901a1d7b4d989" + url "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-linux-x86_64.tar.gz" + sha256 "efc429106df85e580656aabc27d3c442362fd98d0351e623ce7880aa0b5c05aa" else - url "https://github.com/brett-hodges/kitops/releases/download/v0.4.1/kitops-linux-i386.tar.gz" - sha256 "8c6080d80548a6db953ef40a785b0843378cca12eb6a142b7626ca1d1c4cbb18" + url "https://github.com/brett-hodges/kitops/releases/download/v0.4.4/kitops-linux-i386.tar.gz" + sha256 "3fead337eff880bad9ee898de06ed2f399ea6f38fb1120141d538d8a66bd38a4" end end end @@ -36,7 +36,7 @@ def install end test do - expected_version = "Version: 0.4.1" + expected_version = "Version: 0.4.4" actual_version = shell_output("#{bin}/kit version").strip assert_match expected_version, actual_version end