Skip to content

Commit ee380ba

Browse files
authored
Merge pull request #19 from thand-io/update-agent-v0.0.109
Update agent formula to v0.0.109
2 parents 39befd6 + 375a376 commit ee380ba

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.85"
5+
version "v0.0.109"
66

77
on_macos do
88
if Hardware::CPU.intel?
9-
url "https://github.com/thand-io/agent/releases/download/v0.0.85/agent-darwin-amd64.tar.gz"
10-
sha256 "7385479ee6de61aaab59d5c71d0b44b4c5f85c1fe573544dd0bfbb41a53d0368"
9+
url "https://github.com/thand-io/agent/releases/download/v0.0.109/agent-darwin-amd64.tar.gz"
10+
sha256 "567d4c51f8e2e8c64abdc9b40aac391b9515506bf97866a5dd6dfcaf85c3376f"
1111
end
1212
if Hardware::CPU.arm?
13-
url "https://github.com/thand-io/agent/releases/download/v0.0.85/agent-darwin-arm64.tar.gz"
14-
sha256 "5612f3bc82bafe42b7037d5c94f83221e2c413cd177bb894a8767d3915192ca2"
13+
url "https://github.com/thand-io/agent/releases/download/v0.0.109/agent-darwin-arm64.tar.gz"
14+
sha256 "456bf23bfce278457a8176622baa0ebc1426a66f688e26361798357bece10af6"
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.85/agent-linux-amd64.tar.gz"
21-
sha256 "cfbfebfc36c1166d85f233f70c7fcf02560069caf26faa760908ae90ba6f7190"
20+
url "https://github.com/thand-io/agent/releases/download/v0.0.109/agent-linux-amd64.tar.gz"
21+
sha256 "431a7d02d0d8464576ae1237115796d52f45526820ff54600a929199572f1fc9"
2222
end
2323
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
24-
url "https://github.com/thand-io/agent/releases/download/v0.0.85/agent-linux-arm64.tar.gz"
25-
sha256 "834c7152f5b5ccf689570d7e6d9519c8f93062a122965f2ff05576fbc1c7e74f"
24+
url "https://github.com/thand-io/agent/releases/download/v0.0.109/agent-linux-arm64.tar.gz"
25+
sha256 "365ffcb6e890778e169f726a4cc7e7b5cc9d3122a82157a27f197d8ff32d60f0"
2626
end
2727
end
2828

0 commit comments

Comments
 (0)