Skip to content

Commit

Permalink
Release 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello authored and github-actions[bot] committed Oct 14, 2024
1 parent 65a64e9 commit b3eb166
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 @@
8086736d79e36755f944e1c8b0b410f53e1646aeec660ae331c37977c0bc4578 ./dist/binaries/hoop_1.26.0_Linux_aarch64.tar.gz
25367bf3a88ae06d54bfe29c5640a326aed33ec289172ada756caef9e6d178b4 ./dist/binaries/hoop_1.26.0_Linux_amd64.tar.gz
8086736d79e36755f944e1c8b0b410f53e1646aeec660ae331c37977c0bc4578 ./dist/binaries/hoop_1.26.0_Linux_arm64.tar.gz
0aa569f438e5687e655944a07ae3049733b0d0fc5cee132e939ac2845d9f0c0c ./dist/binaries/hoop_1.26.0_Windows_amd64.tar.gz
25367bf3a88ae06d54bfe29c5640a326aed33ec289172ada756caef9e6d178b4 ./dist/binaries/hoop_1.26.0_Linux_x86_64.tar.gz
caa3f59b62f16fabcad004d5c2a0de275b4398e4782502b8ff685cc6f0df2979 ./dist/binaries/hoop_1.26.0_Windows_arm64.tar.gz
e61d0124b5e9dc732efcb4c584e6b05c5e1f9be6c71cad1bbbb959df98a5b993 ./dist/binaries/hoop_1.26.0_Darwin_x86_64.tar.gz
e61d0124b5e9dc732efcb4c584e6b05c5e1f9be6c71cad1bbbb959df98a5b993 ./dist/binaries/hoop_1.26.0_Darwin_amd64.tar.gz
5f0bbe59d2c1694519db207b4aebb9ea3622f721dd26934a2a6e653404f856db ./dist/binaries/hoop_1.26.0_Darwin_aarch64.tar.gz
caa3f59b62f16fabcad004d5c2a0de275b4398e4782502b8ff685cc6f0df2979 ./dist/binaries/hoop_1.26.0_Windows_aarch64.tar.gz
0aa569f438e5687e655944a07ae3049733b0d0fc5cee132e939ac2845d9f0c0c ./dist/binaries/hoop_1.26.0_Windows_x86_64.tar.gz
5f0bbe59d2c1694519db207b4aebb9ea3622f721dd26934a2a6e653404f856db ./dist/binaries/hoop_1.26.0_Darwin_arm64.tar.gz
852029cb68c319d88ed712060a6073485ebc79b2a78fabf38ce9ee34843d759f ./dist/binaries/hoop_1.26.1_Windows_amd64.tar.gz
05aafaa1b4cc775dc71b0b93c8c40a1378b801e2c7d09a8d0611d1035516d6f5 ./dist/binaries/hoop_1.26.1_Linux_amd64.tar.gz
852029cb68c319d88ed712060a6073485ebc79b2a78fabf38ce9ee34843d759f ./dist/binaries/hoop_1.26.1_Windows_x86_64.tar.gz
3e0b8e539e56df8847c7f9cb705880cb2bb2f367852d257bfd077b125e8f6f44 ./dist/binaries/hoop_1.26.1_Linux_aarch64.tar.gz
897c421f7238fd4fa09f9ea6a403e0550fbbad1d83916db975ba393afcac1a79 ./dist/binaries/hoop_1.26.1_Windows_aarch64.tar.gz
d2b49c224fa0d6994d60d1f5ec124d8af3d852f80d0a9143553392e57567530f ./dist/binaries/hoop_1.26.1_Darwin_aarch64.tar.gz
9e6dd9bbb9e5836e24854eafaf188d0b4fcfc0333e7701b5633ee09c68cf0af0 ./dist/binaries/hoop_1.26.1_Darwin_x86_64.tar.gz
3e0b8e539e56df8847c7f9cb705880cb2bb2f367852d257bfd077b125e8f6f44 ./dist/binaries/hoop_1.26.1_Linux_arm64.tar.gz
897c421f7238fd4fa09f9ea6a403e0550fbbad1d83916db975ba393afcac1a79 ./dist/binaries/hoop_1.26.1_Windows_arm64.tar.gz
05aafaa1b4cc775dc71b0b93c8c40a1378b801e2c7d09a8d0611d1035516d6f5 ./dist/binaries/hoop_1.26.1_Linux_x86_64.tar.gz
d2b49c224fa0d6994d60d1f5ec124d8af3d852f80d0a9143553392e57567530f ./dist/binaries/hoop_1.26.1_Darwin_arm64.tar.gz
9e6dd9bbb9e5836e24854eafaf188d0b4fcfc0333e7701b5633ee09c68cf0af0 ./dist/binaries/hoop_1.26.1_Darwin_amd64.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.26.0"
version "1.26.1"

on_macos do
if Hardware::CPU.intel?
url "https://releases.hoop.dev/release/1.26.0/hoop_1.26.0_Darwin_amd64.tar.gz"
sha256 "e61d0124b5e9dc732efcb4c584e6b05c5e1f9be6c71cad1bbbb959df98a5b993"
url "https://releases.hoop.dev/release/1.26.1/hoop_1.26.1_Darwin_amd64.tar.gz"
sha256 "9e6dd9bbb9e5836e24854eafaf188d0b4fcfc0333e7701b5633ee09c68cf0af0"

def install
bin.install "hoop"
end
end
if Hardware::CPU.arm?
url "https://releases.hoop.dev/release/1.26.0/hoop_1.26.0_Darwin_arm64.tar.gz"
sha256 "5f0bbe59d2c1694519db207b4aebb9ea3622f721dd26934a2a6e653404f856db"
url "https://releases.hoop.dev/release/1.26.1/hoop_1.26.1_Darwin_arm64.tar.gz"
sha256 "d2b49c224fa0d6994d60d1f5ec124d8af3d852f80d0a9143553392e57567530f"

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.26.0/hoop_1.26.0_Linux_arm64.tar.gz"
sha256 "8086736d79e36755f944e1c8b0b410f53e1646aeec660ae331c37977c0bc4578"
url "https://releases.hoop.dev/release/1.26.1/hoop_1.26.1_Linux_arm64.tar.gz"
sha256 "3e0b8e539e56df8847c7f9cb705880cb2bb2f367852d257bfd077b125e8f6f44"

def install
bin.install "hoop"
end
end
if Hardware::CPU.intel?
url "https://releases.hoop.dev/release/1.26.0/hoop_1.26.0_Linux_amd64.tar.gz"
sha256 "25367bf3a88ae06d54bfe29c5640a326aed33ec289172ada756caef9e6d178b4"
url "https://releases.hoop.dev/release/1.26.1/hoop_1.26.1_Linux_amd64.tar.gz"
sha256 "05aafaa1b4cc775dc71b0b93c8c40a1378b801e2c7d09a8d0611d1035516d6f5"

def install
bin.install "hoop"
Expand Down

0 comments on commit b3eb166

Please sign in to comment.