Skip to content

Commit 3fa346c

Browse files
authored
Merge pull request #27 from thand-io/update-agent-v0.1.0
Update agent formula to v0.1.0
2 parents 3da1376 + 0ac6c37 commit 3fa346c

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.152"
5+
version "v0.1.0"
66

77
on_macos do
88
if Hardware::CPU.intel?
9-
url "https://github.com/thand-io/agent/releases/download/v0.0.152/agent-darwin-amd64.tar.gz"
10-
sha256 "03e76d8f17ae9d511c29f3c340b73ece1cad5af627c81921007c638e4d2ce004"
9+
url "https://github.com/thand-io/agent/releases/download/v0.1.0/agent-darwin-amd64.tar.gz"
10+
sha256 "433c3bc7e8445f349020b4b25a2b46497b8b4e2397470a423d886937468f7659"
1111
end
1212
if Hardware::CPU.arm?
13-
url "https://github.com/thand-io/agent/releases/download/v0.0.152/agent-darwin-arm64.tar.gz"
14-
sha256 "57c66d9a07c6bc94c1bddfb3a9d436cef00af4a624bfc2fbcc92dfd1aea60060"
13+
url "https://github.com/thand-io/agent/releases/download/v0.1.0/agent-darwin-arm64.tar.gz"
14+
sha256 "c21188ab19907b3fc11db6eb4bccc24695ea6613d5c0a84d71c46f91621b5a1f"
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.152/agent-linux-amd64.tar.gz"
21-
sha256 "054d35c633f3c089da713bc2ec7609eec4a96ee94913d9ca519c80a0134f4706"
20+
url "https://github.com/thand-io/agent/releases/download/v0.1.0/agent-linux-amd64.tar.gz"
21+
sha256 "d3e26e7388a758639729e86f4a184ca33cd308795c87ee9e5d88ff5331c35ee6"
2222
end
2323
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
24-
url "https://github.com/thand-io/agent/releases/download/v0.0.152/agent-linux-arm64.tar.gz"
25-
sha256 "6bae31e9343c0f25ea972ec9b072a9bb3342dae445811a6b1227298db3e826b2"
24+
url "https://github.com/thand-io/agent/releases/download/v0.1.0/agent-linux-arm64.tar.gz"
25+
sha256 "9a52c3aacf07eeef7c1a2419690efd85f55063e347e9d9224e1c8c15e235962a"
2626
end
2727
end
2828

0 commit comments

Comments
 (0)