Skip to content

Commit

Permalink
Release 1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello authored and github-actions[bot] committed Oct 22, 2024
1 parent fae6d71 commit 538a24b
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 @@
8c1cb98839675c97212efab44b890f39773d3a28a4cf7a4edb571c01d18256c6 ./dist/binaries/hoop_1.27.2_Linux_x86_64.tar.gz
068bbca718cc48737336caa313eda163bbd5d4f0761b5ef468751d21efed7f01 ./dist/binaries/hoop_1.27.2_Windows_arm64.tar.gz
89d54f16c7c4955f95bf5e9d49aee0309edf9f75054e93374f47ac9a2fb0b6ab ./dist/binaries/hoop_1.27.2_Windows_amd64.tar.gz
8c1cb98839675c97212efab44b890f39773d3a28a4cf7a4edb571c01d18256c6 ./dist/binaries/hoop_1.27.2_Linux_amd64.tar.gz
e1eaee2eb40a5e5c9edac7422b33c0826a8425b3403e367477748f9f41c0b866 ./dist/binaries/hoop_1.27.2_Darwin_arm64.tar.gz
39486164a6f0901f36482f6cb22042453a264ae4b0962e8dd42bbd86b636ffc5 ./dist/binaries/hoop_1.27.2_Linux_arm64.tar.gz
839371d812e165673ce3459db987c80ac490f8e432aed77137c6670572018594 ./dist/binaries/hoop_1.27.2_Darwin_amd64.tar.gz
839371d812e165673ce3459db987c80ac490f8e432aed77137c6670572018594 ./dist/binaries/hoop_1.27.2_Darwin_x86_64.tar.gz
89d54f16c7c4955f95bf5e9d49aee0309edf9f75054e93374f47ac9a2fb0b6ab ./dist/binaries/hoop_1.27.2_Windows_x86_64.tar.gz
39486164a6f0901f36482f6cb22042453a264ae4b0962e8dd42bbd86b636ffc5 ./dist/binaries/hoop_1.27.2_Linux_aarch64.tar.gz
e1eaee2eb40a5e5c9edac7422b33c0826a8425b3403e367477748f9f41c0b866 ./dist/binaries/hoop_1.27.2_Darwin_aarch64.tar.gz
068bbca718cc48737336caa313eda163bbd5d4f0761b5ef468751d21efed7f01 ./dist/binaries/hoop_1.27.2_Windows_aarch64.tar.gz
ca820c42aad4903437a7446db9d6a5f03e020ca9f93d125a1d3ee3a9a4473ccb ./dist/binaries/hoop_1.27.3_Darwin_aarch64.tar.gz
ac420e4d73a5080cdee00b8d224f96219ba258ab1fb2c9c476ddbb0ef4e86d6b ./dist/binaries/hoop_1.27.3_Windows_arm64.tar.gz
ca820c42aad4903437a7446db9d6a5f03e020ca9f93d125a1d3ee3a9a4473ccb ./dist/binaries/hoop_1.27.3_Darwin_arm64.tar.gz
1aa569b7f20988ab0cb8ed28c1f5ac29652789560e99d0798954e35ff85b44cb ./dist/binaries/hoop_1.27.3_Darwin_amd64.tar.gz
a43faec82638b5a803f8d18e4e9f445359f0de16d87aec6a22b27843ca8cf9b5 ./dist/binaries/hoop_1.27.3_Linux_x86_64.tar.gz
1aa569b7f20988ab0cb8ed28c1f5ac29652789560e99d0798954e35ff85b44cb ./dist/binaries/hoop_1.27.3_Darwin_x86_64.tar.gz
ac420e4d73a5080cdee00b8d224f96219ba258ab1fb2c9c476ddbb0ef4e86d6b ./dist/binaries/hoop_1.27.3_Windows_aarch64.tar.gz
9686607254c2be692a1ee157c011d0585d824941e050918e940fb1bd9c023e21 ./dist/binaries/hoop_1.27.3_Linux_arm64.tar.gz
9c6fdcf787283baa1ac2775008e34f23517a4fba68fb2db423f7a9e97ce5eb20 ./dist/binaries/hoop_1.27.3_Windows_x86_64.tar.gz
a43faec82638b5a803f8d18e4e9f445359f0de16d87aec6a22b27843ca8cf9b5 ./dist/binaries/hoop_1.27.3_Linux_amd64.tar.gz
9c6fdcf787283baa1ac2775008e34f23517a4fba68fb2db423f7a9e97ce5eb20 ./dist/binaries/hoop_1.27.3_Windows_amd64.tar.gz
9686607254c2be692a1ee157c011d0585d824941e050918e940fb1bd9c023e21 ./dist/binaries/hoop_1.27.3_Linux_aarch64.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.27.2"
version "1.27.3"

on_macos do
if Hardware::CPU.intel?
url "https://releases.hoop.dev/release/1.27.2/hoop_1.27.2_Darwin_amd64.tar.gz"
sha256 "839371d812e165673ce3459db987c80ac490f8e432aed77137c6670572018594"
url "https://releases.hoop.dev/release/1.27.3/hoop_1.27.3_Darwin_amd64.tar.gz"
sha256 "1aa569b7f20988ab0cb8ed28c1f5ac29652789560e99d0798954e35ff85b44cb"

def install
bin.install "hoop"
end
end
if Hardware::CPU.arm?
url "https://releases.hoop.dev/release/1.27.2/hoop_1.27.2_Darwin_arm64.tar.gz"
sha256 "e1eaee2eb40a5e5c9edac7422b33c0826a8425b3403e367477748f9f41c0b866"
url "https://releases.hoop.dev/release/1.27.3/hoop_1.27.3_Darwin_arm64.tar.gz"
sha256 "ca820c42aad4903437a7446db9d6a5f03e020ca9f93d125a1d3ee3a9a4473ccb"

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.27.2/hoop_1.27.2_Linux_arm64.tar.gz"
sha256 "39486164a6f0901f36482f6cb22042453a264ae4b0962e8dd42bbd86b636ffc5"
url "https://releases.hoop.dev/release/1.27.3/hoop_1.27.3_Linux_arm64.tar.gz"
sha256 "9686607254c2be692a1ee157c011d0585d824941e050918e940fb1bd9c023e21"

def install
bin.install "hoop"
end
end
if Hardware::CPU.intel?
url "https://releases.hoop.dev/release/1.27.2/hoop_1.27.2_Linux_amd64.tar.gz"
sha256 "8c1cb98839675c97212efab44b890f39773d3a28a4cf7a4edb571c01d18256c6"
url "https://releases.hoop.dev/release/1.27.3/hoop_1.27.3_Linux_amd64.tar.gz"
sha256 "a43faec82638b5a803f8d18e4e9f445359f0de16d87aec6a22b27843ca8cf9b5"

def install
bin.install "hoop"
Expand Down

0 comments on commit 538a24b

Please sign in to comment.