Skip to content

Commit 4e1c626

Browse files
authored
Merge pull request #14 from thand-io/update-agent-v0.0.76
Update agent formula to v0.0.76
2 parents f2437af + d34ea0e commit 4e1c626

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/thand.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ class Thand < Formula
22
desc "Open-source agent for AI-ready privilege access management (PAM) and just-in-time access (JIT) to cloud infrastructure, SaaS applications and local systems."
33
homepage "https://github.com/thand-io/agent"
44
license "BSL-1.1"
5-
version "v0.0.75"
5+
version "v0.0.76"
66

77
on_macos do
88
if Hardware::CPU.intel?
9-
url "https://github.com/thand-io/agent/releases/download/v0.0.75/agent-darwin-amd64.tar.gz"
10-
sha256 "a2f04e62d223571a2bd35f9bf65c19ab87f814866738ccd4b83af0163655fb7b"
9+
url "https://github.com/thand-io/agent/releases/download/v0.0.76/agent-darwin-amd64.tar.gz"
10+
sha256 "32ccc5ce90f6ed0d873050f3910f3c59e66b513d569d6bd42dab1b08af1b5a1b"
1111
end
1212
if Hardware::CPU.arm?
13-
url "https://github.com/thand-io/agent/releases/download/v0.0.75/agent-darwin-arm64.tar.gz"
14-
sha256 "26308e7541d74b6276be8d1434fd372e95bb1718aec578a70cd4bb2ff4b29d3b"
13+
url "https://github.com/thand-io/agent/releases/download/v0.0.76/agent-darwin-arm64.tar.gz"
14+
sha256 "0ef6256352a84269e872dd94b5b0307a2acfd711128584b235a1173e2ecd18f8"
1515
end
1616
end
1717

1818
on_linux do
1919
if Hardware::CPU.intel?
20-
url "https://github.com/thand-io/agent/releases/download/v0.0.75/agent-linux-amd64.tar.gz"
21-
sha256 "81f27859ea57e2700cfae21d9e044ae0f27d187cd156f14dcca3a59d5aea3d0a"
20+
url "https://github.com/thand-io/agent/releases/download/v0.0.76/agent-linux-amd64.tar.gz"
21+
sha256 "aa67a7fbfc32698e7c622f236fe95228b2cf93724d5eaf8544ad12f9bfca66a6"
2222
end
2323
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
24-
url "https://github.com/thand-io/agent/releases/download/v0.0.75/agent-linux-arm64.tar.gz"
25-
sha256 "a915f3f8359bb7379aefd4ce7a3ceccbdf68290e9f69cf00760327aafa00ce07"
24+
url "https://github.com/thand-io/agent/releases/download/v0.0.76/agent-linux-arm64.tar.gz"
25+
sha256 "cb27455955f7adc1cf1a2aed345b281b80ae3abd6630675b4547ac51098075e3"
2626
end
2727
end
2828

0 commit comments

Comments
 (0)