Skip to content

Commit

Permalink
Merge pull request #17 from Venafi/vcert-v5.3.0
Browse files Browse the repository at this point in the history
vcert v5.3.0
  • Loading branch information
zosocanuck authored Jan 9, 2024
2 parents da3dc66 + b9dd156 commit 9ba8504
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.2.1.tar.gz"
url "https://github.com/Venafi/vcert/archive/refs/tags/v5.3.0.tar.gz"
license "Apache-2.0"
head "https://github.com/venafi/vcert.git", tag: "v5.2.1"
head "https://github.com/venafi/vcert.git", tag: "v5.3.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/Venafi/vcert/releases/download/v5.2.1/vcert_v5.2.1_darwin.zip"
sha256 "83048591e4a9814b00082b9a0c4a8fc7d37fc33c72f8338ae78ba72442564154"
url "https://github.com/Venafi/vcert/releases/download/v5.3.0/vcert_v5.3.0_darwin.zip"
sha256 "6e8c97f74dc4dd4d09805ebe2dea6665d2c26e4b7a6955df56106591cf56fe96"
end
if Hardware::CPU.arm?
url "https://github.com/Venafi/vcert/releases/download/v5.2.1/vcert_v5.2.1_darwin_arm.zip"
sha256 "5bb02e5ddc997c7a32f7e997fd179dc909c2c249da993291daeff02bee16a5b7"
url "https://github.com/Venafi/vcert/releases/download/v5.3.0/vcert_v5.3.0_darwin_arm.zip"
sha256 "33edb471001c71fdbf1c93775e2a598e18440ccad8de5d21aaa980ddc51e7d11"
end
end

on_linux do
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
url "https://github.com/Venafi/vcert/releases/download/v5.2.1/vcert_v5.2.1_linux.zip"
sha256 "d6f6eb2239e0fd6f3fa99d744d3009b5581dfb30cbdfc309b777915bc65fe298"
url "https://github.com/Venafi/vcert/releases/download/v5.3.0/vcert_v5.3.0_linux.zip"
sha256 "40ce5c8668c505fb2d5bead548a1acb2c0aa4f18ffa8842ce66deea7bb0ad6e1"
end
if Hardware::CPU.intel? && Hardware::CPU.is_32_bit?
url "https://github.com/Venafi/vcert/releases/download/v5.2.1/vcert_v5.2.1_linux86.zip"
sha256 "388312332b64fe154de5b5141bd00e463d5ccc4c01023325bc8791fd87cc63ce"
url "https://github.com/Venafi/vcert/releases/download/v5.3.0/vcert_v5.3.0_linux86.zip"
sha256 "64b9a2e92f344c5050ea5fd3fd3b70709a507c1a8ccd0fde27f74cf7ebc3af1b"
end
if Hardware::CPU.arm?
url "https://github.com/Venafi/vcert/releases/download/v5.2.1/vcert_v5.2.1_linux_arm.zip"
sha256 "0bf7f997ede69768a17d6b8f7cee2d9dba64b971262254fae8f2d8270c0f3bbd"
url "https://github.com/Venafi/vcert/releases/download/v5.3.0/vcert_v5.3.0_linux_arm.zip"
sha256 "0212b759a8f8ae0e45492bebdd0b86aa91e44f1e72621e453734278bbccd4e65"
end
end

Expand Down

0 comments on commit 9ba8504

Please sign in to comment.