Skip to content

Commit

Permalink
brew tap update to version 1.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ori Mankali committed Sep 19, 2024
1 parent d60c6c4 commit eb7d4c2
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.111.0"
version "1.112.0"

if OS.mac? && Hardware::CPU.intel?
url "https://download.akeyless.io/Akeyless_Artifacts/MacOS/CLI/akeyless"
sha256 "b74f225d4a548c41c8f5c53d23abdbdd6b4c544ce8876635dc367afa079c36e3"
sha256 "eae3ba25e7ef779370bb6442c4ebdd34ab1f2abd81484d98d63e778bcfc1544a"
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 "d181fb22f3905036c6272be8bc8ba5efe8b5760e53b19881926d279221f2cc3a"
sha256 "08ea1e102b9c26957eba7b34498d04535dfcb37b5a42eccdbcfe6e4017db2f4b"
def install
bin.install "akeyless-arm" => "akeyless"
end
Expand Down

0 comments on commit eb7d4c2

Please sign in to comment.