Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcert v5.6.4 #31

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
vcert v5.6.4
  • Loading branch information
zosocanuck committed Apr 11, 2024
commit e80d57a2416352c6ac919eee6d08392fcbda0194
24 changes: 12 additions & 12 deletions Formula/vcert.rb
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
class Vcert < Formula
desc "Venafi Machine Identity Services Golang CLI and SDK"
homepage "https://github.com/Venafi/vcert"
url "https://github.com/Venafi/vcert/archive/refs/tags/v5.6.2.tar.gz"
url "https://github.com/Venafi/vcert/archive/refs/tags/v5.6.4.tar.gz"
license "Apache-2.0"
head "https://github.com/venafi/vcert.git", tag: "v5.6.2"
head "https://github.com/venafi/vcert.git", tag: "v5.6.4"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/Venafi/vcert/releases/download/v5.6.2/vcert_v5.6.2_darwin.zip"
sha256 "222d2d3e319acec5221dada8a83b39cbcd3c02b1f19ecb84ef02878dc6316631"
url "https://github.com/Venafi/vcert/releases/download/v5.6.4/vcert_v5.6.4_darwin.zip"
sha256 "b0f0f1fb027fa8550012b9e55ad26ad71bb89f0c38100663c612779eca25127e"
end
if Hardware::CPU.arm?
url "https://github.com/Venafi/vcert/releases/download/v5.6.2/vcert_v5.6.2_darwin_arm.zip"
sha256 "89c702bcb88afc8635bd1821455ac6540b375632f398a93a456289792023aae5"
url "https://github.com/Venafi/vcert/releases/download/v5.6.4/vcert_v5.6.4_darwin_arm.zip"
sha256 "45f96c336724690bab93228ff601ca8e0707320024515b9e3d692c9fbef5c0e5"
end
end

on_linux do
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
url "https://github.com/Venafi/vcert/releases/download/v5.6.2/vcert_v5.6.2_linux.zip"
sha256 "82b71253d6be254add3cc389e40bd77a862e3a192433bcd8636502b70e554b69"
url "https://github.com/Venafi/vcert/releases/download/v5.6.4/vcert_v5.6.4_linux.zip"
sha256 "0083232c294a01d8c45f3c4b476c1fff9241eb15508a94327b58e36800d4ba77"
end
if Hardware::CPU.intel? && Hardware::CPU.is_32_bit?
url "https://github.com/Venafi/vcert/releases/download/v5.6.2/vcert_v5.6.2_linux86.zip"
sha256 "bc4b5ed5a04597df283ec10f8e1c921664ee5b749040b811f8eb6959f41bf689"
url "https://github.com/Venafi/vcert/releases/download/v5.6.4/vcert_v5.6.4_linux86.zip"
sha256 "12ea3030b5895989bd6fd494e40bfdac9d5c6fafbba72a1fbc0e6302209db52f"
end
if Hardware::CPU.arm?
url "https://github.com/Venafi/vcert/releases/download/v5.6.2/vcert_v5.6.2_linux_arm.zip"
sha256 "ce05f49944686778e531b8331404041a084c0103d89201cf4e5350c84ec3dca8"
url "https://github.com/Venafi/vcert/releases/download/v5.6.4/vcert_v5.6.4_linux_arm.zip"
sha256 "993449c30c994aaf128f0e820d03169cd233545127e22b803a133d890c212cc3"
end
end

Loading