Skip to content

Commit

Permalink
Release 1.28.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello authored and github-actions[bot] committed Nov 18, 2024
1 parent 7ca3899 commit ece6c2a
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 @@
beb1cd01a39100b8eed1ff3e3de29670478e60e7ba803bfff47888ea62a18bec ./dist/binaries/hoop_1.28.5_Windows_amd64.tar.gz
18ab0a835f6771595071c684ad8da634fcd5a0c706a9580ff35c8bdc0fc9f7f3 ./dist/binaries/hoop_1.28.5_Linux_x86_64.tar.gz
beb1cd01a39100b8eed1ff3e3de29670478e60e7ba803bfff47888ea62a18bec ./dist/binaries/hoop_1.28.5_Windows_x86_64.tar.gz
7ccfec7609e859bee800b9c2a26a05deccc502aff3f2c3622bdf4a0281a85fec ./dist/binaries/hoop_1.28.5_Darwin_amd64.tar.gz
18ab0a835f6771595071c684ad8da634fcd5a0c706a9580ff35c8bdc0fc9f7f3 ./dist/binaries/hoop_1.28.5_Linux_amd64.tar.gz
3355ac642593f7f75ee4f81bd2f5786a0022503db56bbfef5e6a528fbc1452a3 ./dist/binaries/hoop_1.28.5_Windows_aarch64.tar.gz
cdf458bd590982f792c9b0a4b09590f6a87a7a1cdcd0683bd48d67bf1530bc55 ./dist/binaries/hoop_1.28.5_Linux_arm64.tar.gz
cdf458bd590982f792c9b0a4b09590f6a87a7a1cdcd0683bd48d67bf1530bc55 ./dist/binaries/hoop_1.28.5_Linux_aarch64.tar.gz
2ed47eb90e0f7c2ba2492a653d65a53423b8d6b0799b33a4ff3057b2bbe6c82b ./dist/binaries/hoop_1.28.5_Darwin_aarch64.tar.gz
2ed47eb90e0f7c2ba2492a653d65a53423b8d6b0799b33a4ff3057b2bbe6c82b ./dist/binaries/hoop_1.28.5_Darwin_arm64.tar.gz
3355ac642593f7f75ee4f81bd2f5786a0022503db56bbfef5e6a528fbc1452a3 ./dist/binaries/hoop_1.28.5_Windows_arm64.tar.gz
7ccfec7609e859bee800b9c2a26a05deccc502aff3f2c3622bdf4a0281a85fec ./dist/binaries/hoop_1.28.5_Darwin_x86_64.tar.gz
de385db8e39efda0f85199ddd93a093a0b5c9d4e917086217b76aec1d42704b7 ./dist/binaries/hoop_1.28.6_Darwin_arm64.tar.gz
2da5bb3cac22c3728093c919d875d219e4890072a711a24f36b8465561d15344 ./dist/binaries/hoop_1.28.6_Linux_amd64.tar.gz
bed3093d56b29b8147fa8b5711ba901b7706e0e89e296cbce9fbe208e8e0c63c ./dist/binaries/hoop_1.28.6_Linux_arm64.tar.gz
ac275fac8abe1d0618ae729f4d8add1788e93723a095ddc8a251d91b08f5fe5b ./dist/binaries/hoop_1.28.6_Windows_arm64.tar.gz
bed3093d56b29b8147fa8b5711ba901b7706e0e89e296cbce9fbe208e8e0c63c ./dist/binaries/hoop_1.28.6_Linux_aarch64.tar.gz
ac275fac8abe1d0618ae729f4d8add1788e93723a095ddc8a251d91b08f5fe5b ./dist/binaries/hoop_1.28.6_Windows_aarch64.tar.gz
cf70f276b4c2922299faa8d94dfd8c0eb6bab435ea43fe6be7fb3ce6a01d7cc2 ./dist/binaries/hoop_1.28.6_Darwin_amd64.tar.gz
40c24430a4a3a1faa5d7d71e5980fa59b4deda515535bce24e0731b1b09f5c2b ./dist/binaries/hoop_1.28.6_Windows_amd64.tar.gz
cf70f276b4c2922299faa8d94dfd8c0eb6bab435ea43fe6be7fb3ce6a01d7cc2 ./dist/binaries/hoop_1.28.6_Darwin_x86_64.tar.gz
de385db8e39efda0f85199ddd93a093a0b5c9d4e917086217b76aec1d42704b7 ./dist/binaries/hoop_1.28.6_Darwin_aarch64.tar.gz
40c24430a4a3a1faa5d7d71e5980fa59b4deda515535bce24e0731b1b09f5c2b ./dist/binaries/hoop_1.28.6_Windows_x86_64.tar.gz
2da5bb3cac22c3728093c919d875d219e4890072a711a24f36b8465561d15344 ./dist/binaries/hoop_1.28.6_Linux_x86_64.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.28.5"
version "1.28.6"

on_macos do
if Hardware::CPU.intel?
url "https://releases.hoop.dev/release/1.28.5/hoop_1.28.5_Darwin_amd64.tar.gz"
sha256 "7ccfec7609e859bee800b9c2a26a05deccc502aff3f2c3622bdf4a0281a85fec"
url "https://releases.hoop.dev/release/1.28.6/hoop_1.28.6_Darwin_amd64.tar.gz"
sha256 "cf70f276b4c2922299faa8d94dfd8c0eb6bab435ea43fe6be7fb3ce6a01d7cc2"

def install
bin.install "hoop"
end
end
if Hardware::CPU.arm?
url "https://releases.hoop.dev/release/1.28.5/hoop_1.28.5_Darwin_arm64.tar.gz"
sha256 "2ed47eb90e0f7c2ba2492a653d65a53423b8d6b0799b33a4ff3057b2bbe6c82b"
url "https://releases.hoop.dev/release/1.28.6/hoop_1.28.6_Darwin_arm64.tar.gz"
sha256 "de385db8e39efda0f85199ddd93a093a0b5c9d4e917086217b76aec1d42704b7"

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.28.5/hoop_1.28.5_Linux_arm64.tar.gz"
sha256 "cdf458bd590982f792c9b0a4b09590f6a87a7a1cdcd0683bd48d67bf1530bc55"
url "https://releases.hoop.dev/release/1.28.6/hoop_1.28.6_Linux_arm64.tar.gz"
sha256 "bed3093d56b29b8147fa8b5711ba901b7706e0e89e296cbce9fbe208e8e0c63c"

def install
bin.install "hoop"
end
end
if Hardware::CPU.intel?
url "https://releases.hoop.dev/release/1.28.5/hoop_1.28.5_Linux_amd64.tar.gz"
sha256 "18ab0a835f6771595071c684ad8da634fcd5a0c706a9580ff35c8bdc0fc9f7f3"
url "https://releases.hoop.dev/release/1.28.6/hoop_1.28.6_Linux_amd64.tar.gz"
sha256 "2da5bb3cac22c3728093c919d875d219e4890072a711a24f36b8465561d15344"

def install
bin.install "hoop"
Expand Down

0 comments on commit ece6c2a

Please sign in to comment.