Skip to content

Commit

Permalink
brew tap update to version 1.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ori Mankali committed Dec 25, 2024
1 parent cc774fe commit c5841c0
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.117.0"
version "1.118.0"

if OS.mac? && Hardware::CPU.intel?
url "https://download.akeyless.io/Akeyless_Artifacts/MacOS/CLI/akeyless"
sha256 "80605169fc5d9066c97ae66de98681a5b79c6e1e086111997b8dad77485881bb"
sha256 "9741731e7df2fad46d44708d6943d1525407711639744627bb3231d16b060143"
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 "30e619af3b5949ceae1e589a93e367ad4e6c46a163b44e40bd58316752f5d19f"
sha256 "cef9ee7db997b33229b81d6eba4d584d18b7282fbe10757332e399023e2c8172"
def install
bin.install "akeyless-arm" => "akeyless"
end
Expand Down

0 comments on commit c5841c0

Please sign in to comment.