From ced893b620fe4e96546a8a8554563dcbe11d1181 Mon Sep 17 00:00:00 2001 From: sandromello Date: Wed, 11 Dec 2024 11:56:37 +0000 Subject: [PATCH] Release 1.30.5 --- dist/checksums.txt | 24 ++++++++++++------------ hoop.rb | 18 +++++++++--------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dist/checksums.txt b/dist/checksums.txt index 872029f..647aaaa 100644 --- a/dist/checksums.txt +++ b/dist/checksums.txt @@ -1,12 +1,12 @@ -2b55e2e9925ee863ece3498cb0f10c1630480b13a281690805a4577669a6ce95 ./dist/binaries/hoop_1.30.4_Darwin_x86_64.tar.gz -ed285281b468f810093518d07fdd9e9931fcba2e52182f1b08fbff18d94d043a ./dist/binaries/hoop_1.30.4_Linux_amd64.tar.gz -40cbd66b1349242445dd52eee1724a9e40a9733a5baeb897caa0af74f07c54eb ./dist/binaries/hoop_1.30.4_Windows_arm64.tar.gz -f3db6550ebcd1d0435961b8d9836c32ca61f99d28ea2bd7903eba15359d5d9d7 ./dist/binaries/hoop_1.30.4_Darwin_aarch64.tar.gz -40cbd66b1349242445dd52eee1724a9e40a9733a5baeb897caa0af74f07c54eb ./dist/binaries/hoop_1.30.4_Windows_aarch64.tar.gz -74b7174ac983bfbb4166073d6527d6864cc09747f6492d8f835bc4ed2876895d ./dist/binaries/hoop_1.30.4_Windows_amd64.tar.gz -74b7174ac983bfbb4166073d6527d6864cc09747f6492d8f835bc4ed2876895d ./dist/binaries/hoop_1.30.4_Windows_x86_64.tar.gz -1cc447c2b4b0583acd33675f41e531fbb39ef52ff674fcb68b9a7650b0846e7c ./dist/binaries/hoop_1.30.4_Linux_aarch64.tar.gz -1cc447c2b4b0583acd33675f41e531fbb39ef52ff674fcb68b9a7650b0846e7c ./dist/binaries/hoop_1.30.4_Linux_arm64.tar.gz -ed285281b468f810093518d07fdd9e9931fcba2e52182f1b08fbff18d94d043a ./dist/binaries/hoop_1.30.4_Linux_x86_64.tar.gz -f3db6550ebcd1d0435961b8d9836c32ca61f99d28ea2bd7903eba15359d5d9d7 ./dist/binaries/hoop_1.30.4_Darwin_arm64.tar.gz -2b55e2e9925ee863ece3498cb0f10c1630480b13a281690805a4577669a6ce95 ./dist/binaries/hoop_1.30.4_Darwin_amd64.tar.gz +afe04d22a8250e41dea7d75ae6d3954a62cf0ffeb6a11b91177f3a57fd88844f ./dist/binaries/hoop_1.30.5_Linux_arm64.tar.gz +c3e9f709cbef8efadbbc303ef1d7c26979e5bacd32f794571d980b00b6ec0a86 ./dist/binaries/hoop_1.30.5_Linux_x86_64.tar.gz +afe04d22a8250e41dea7d75ae6d3954a62cf0ffeb6a11b91177f3a57fd88844f ./dist/binaries/hoop_1.30.5_Linux_aarch64.tar.gz +21bf01ec5bdeeb6979cc07fd59b409ba3ba5f49cfd9e1cd80c27e1cd0c81c24b ./dist/binaries/hoop_1.30.5_Windows_aarch64.tar.gz +99413f60bdba8572e4a0555231a18b510b5cc7d93a7ee79600fa7321d1c28186 ./dist/binaries/hoop_1.30.5_Darwin_amd64.tar.gz +21bf01ec5bdeeb6979cc07fd59b409ba3ba5f49cfd9e1cd80c27e1cd0c81c24b ./dist/binaries/hoop_1.30.5_Windows_arm64.tar.gz +d623a3f94377520beb3b0c7cbc5e48984721c2a94ecdaec6977f0b93c6aed16a ./dist/binaries/hoop_1.30.5_Windows_x86_64.tar.gz +c3e9f709cbef8efadbbc303ef1d7c26979e5bacd32f794571d980b00b6ec0a86 ./dist/binaries/hoop_1.30.5_Linux_amd64.tar.gz +d623a3f94377520beb3b0c7cbc5e48984721c2a94ecdaec6977f0b93c6aed16a ./dist/binaries/hoop_1.30.5_Windows_amd64.tar.gz +e4b347783b399bbe0e01ab0157aa6169e533c90ff1529302e0148eede0639cd3 ./dist/binaries/hoop_1.30.5_Darwin_aarch64.tar.gz +99413f60bdba8572e4a0555231a18b510b5cc7d93a7ee79600fa7321d1c28186 ./dist/binaries/hoop_1.30.5_Darwin_x86_64.tar.gz +e4b347783b399bbe0e01ab0157aa6169e533c90ff1529302e0148eede0639cd3 ./dist/binaries/hoop_1.30.5_Darwin_arm64.tar.gz diff --git a/hoop.rb b/hoop.rb index 728ad6c..0d513f2 100644 --- a/hoop.rb +++ b/hoop.rb @@ -5,20 +5,20 @@ class Hoop < Formula desc "Hoop allows acessing any infra-structure resource easily and secure." homepage "https://github.com/hoophq/hoop" - version "1.30.4" + version "1.30.5" on_macos do if Hardware::CPU.intel? - url "https://releases.hoop.dev/release/1.30.4/hoop_1.30.4_Darwin_amd64.tar.gz" - sha256 "2b55e2e9925ee863ece3498cb0f10c1630480b13a281690805a4577669a6ce95" + url "https://releases.hoop.dev/release/1.30.5/hoop_1.30.5_Darwin_amd64.tar.gz" + sha256 "99413f60bdba8572e4a0555231a18b510b5cc7d93a7ee79600fa7321d1c28186" def install bin.install "hoop" end end if Hardware::CPU.arm? - url "https://releases.hoop.dev/release/1.30.4/hoop_1.30.4_Darwin_arm64.tar.gz" - sha256 "f3db6550ebcd1d0435961b8d9836c32ca61f99d28ea2bd7903eba15359d5d9d7" + url "https://releases.hoop.dev/release/1.30.5/hoop_1.30.5_Darwin_arm64.tar.gz" + sha256 "e4b347783b399bbe0e01ab0157aa6169e533c90ff1529302e0148eede0639cd3" def install bin.install "hoop" @@ -28,16 +28,16 @@ def install on_linux do if Hardware::CPU.arm? && Hardware::CPU.is_64_bit? - url "https://releases.hoop.dev/release/1.30.4/hoop_1.30.4_Linux_arm64.tar.gz" - sha256 "1cc447c2b4b0583acd33675f41e531fbb39ef52ff674fcb68b9a7650b0846e7c" + url "https://releases.hoop.dev/release/1.30.5/hoop_1.30.5_Linux_arm64.tar.gz" + sha256 "afe04d22a8250e41dea7d75ae6d3954a62cf0ffeb6a11b91177f3a57fd88844f" def install bin.install "hoop" end end if Hardware::CPU.intel? - url "https://releases.hoop.dev/release/1.30.4/hoop_1.30.4_Linux_amd64.tar.gz" - sha256 "ed285281b468f810093518d07fdd9e9931fcba2e52182f1b08fbff18d94d043a" + url "https://releases.hoop.dev/release/1.30.5/hoop_1.30.5_Linux_amd64.tar.gz" + sha256 "c3e9f709cbef8efadbbc303ef1d7c26979e5bacd32f794571d980b00b6ec0a86" def install bin.install "hoop"