Skip to content

Commit

Permalink
Release 1.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello authored and github-actions[bot] committed Dec 11, 2024
1 parent 4adb3a5 commit ced893b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions dist/checksums.txt
Original file line number Diff line number Diff line change
@@ -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
18 changes: 9 additions & 9 deletions hoop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit ced893b

Please sign in to comment.