Skip to content

Commit

Permalink
Merge pull request #52 from Venafi/vcert-v5.8.0
Browse files Browse the repository at this point in the history
vcert-v5.8.0
  • Loading branch information
zosocanuck authored Jan 13, 2025
2 parents dee8af8 + 64f5564 commit f38197d
Showing 1 changed file with 12 additions and 12 deletions.
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.7.2.tar.gz"
url "https://github.com/Venafi/vcert/archive/refs/tags/v5.8.0.tar.gz"
license "Apache-2.0"
head "https://github.com/venafi/vcert.git", tag: "v5.7.2"
head "https://github.com/venafi/vcert.git", tag: "v5.8.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/Venafi/vcert/releases/download/v5.7.2/vcert_v5.7.2_darwin.zip"
sha256 "74a7741cbd9608f6fa4b86c1bb899be0e1e14d278fd643bf19efa550e0bd6781"
url "https://github.com/Venafi/vcert/releases/download/v5.8.0/vcert_v5.8.0_darwin.zip"
sha256 "e863e2b7e9778fb313dce8ae77254fe8724121e68035e7302c73eec2a8d4689c"
end
if Hardware::CPU.arm?
url "https://github.com/Venafi/vcert/releases/download/v5.7.2/vcert_v5.7.2_darwin_arm.zip"
sha256 "9b9d2eff230e5c96437186b8cde6b4b4e087f91818cf8142aa076fc9658244ef"
url "https://github.com/Venafi/vcert/releases/download/v5.8.0/vcert_v5.8.0_darwin_arm.zip"
sha256 "c23cbba2c959397798d264710cb6d485c13c1588f85545a197372c6073463aee"
end
end

on_linux do
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
url "https://github.com/Venafi/vcert/releases/download/v5.7.2/vcert_v5.7.2_linux.zip"
sha256 "fa90d5290a11efcd1e7a467c0c0e4d6b8585a8fb529bbb4ad81e1373db382c02"
url "https://github.com/Venafi/vcert/releases/download/v5.8.0/vcert_v5.8.0_linux.zip"
sha256 "ae4f790c31bc458f865ef7aa49f47d1189ee9ec0d3f1e56bf9b69a97f82d5a83"
end
if Hardware::CPU.intel? && Hardware::CPU.is_32_bit?
url "https://github.com/Venafi/vcert/releases/download/v5.7.2/vcert_v5.7.2_linux86.zip"
sha256 "189296fe13a5949cab19bcb5de6a9aeffed227db902baeca80eff96a7a9c1b2c"
url "https://github.com/Venafi/vcert/releases/download/v5.8.0/vcert_v5.8.0_linux86.zip"
sha256 "dca0af0684e44fd3279b117e5b35280fb320f43c50d2e6f90fd16925702aaa78"
end
if Hardware::CPU.arm?
url "https://github.com/Venafi/vcert/releases/download/v5.7.2/vcert_v5.7.2_linux_arm.zip"
sha256 "bdb8d97b34895920aedd3ec88c47b3f3e62ff0025f3de803d7085d5034f292dd"
url "https://github.com/Venafi/vcert/releases/download/v5.8.0/vcert_v5.8.0_linux_arm.zip"
sha256 "5604c031dedbfe604a250c0a7f466ce4d23979281ad82e3d5f47ea9b43f6ae8c"
end
end

Expand Down

0 comments on commit f38197d

Please sign in to comment.