Skip to content

Commit

Permalink
brew tap update to version 1.109.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ori Mankali committed Jul 23, 2024
1 parent 0491498 commit cb1e062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/akeyless.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Akeyless < Formula
desc "Akeyless CLI"
homepage "https://www.akeyless.io"
version "1.108.0"
version "1.109.0"

if OS.mac? && Hardware::CPU.intel?
url "https://download.akeyless.io/Akeyless_Artifacts/MacOS/CLI/akeyless"
sha256 "704b4f9a6cc2e80371f445a7f20df8a88e3519d81784876ed381eb1cefe52aa0"
sha256 "54f763c6c648fb65be61a0421f8f688359aa80b89d6d7950ea26e37af3af30d6"
def install
bin.install "akeyless"
end
end

if OS.mac? && Hardware::CPU.arm?
url "https://download.akeyless.io/Akeyless_Artifacts/MacOS/CLI/akeyless-arm"
sha256 "467391acd4ec15a9c3f53914dc91b4f757f089ca5beb7a6ea7f67d6e046bd924"
sha256 "733a9c19ebb5535b522c9d0a66794f462daaaeb33201bd966d5d490245203ee0"
def install
bin.install "akeyless-arm" => "akeyless"
end
Expand Down

0 comments on commit cb1e062

Please sign in to comment.