|
1 | 1 | class Vcert < Formula |
2 | 2 | desc "Venafi Machine Identity Services Golang CLI and SDK" |
3 | 3 | homepage "https://github.com/Venafi/vcert" |
4 | | - url "https://github.com/Venafi/vcert/archive/refs/tags/v5.12.0.tar.gz" |
| 4 | + url "https://github.com/Venafi/vcert/archive/refs/tags/v5.12.3.tar.gz" |
5 | 5 | license "Apache-2.0" |
6 | | - head "https://github.com/venafi/vcert.git", tag: "v5.12.0" |
| 6 | + head "https://github.com/venafi/vcert.git", tag: "v5.12.3" |
7 | 7 |
|
8 | 8 | on_macos do |
9 | 9 | if Hardware::CPU.intel? |
10 | | - url "https://github.com/Venafi/vcert/releases/download/v5.12.0/vcert_v5.12.0_darwin.zip" |
11 | | - sha256 "5e53716c737ae8cbbf7919edf67816734a26119212b6959ebd426db9b5f74948" |
| 10 | + url "https://github.com/Venafi/vcert/releases/download/v5.12.3/vcert_v5.12.3_darwin.zip" |
| 11 | + sha256 "f14e4b8706fccfd39d4ee27a79a09b53878547580b016a6a5e09150dcfb5f72a" |
12 | 12 | end |
13 | 13 | if Hardware::CPU.arm? |
14 | | - url "https://github.com/Venafi/vcert/releases/download/v5.12.0/vcert_v5.12.0_darwin_arm.zip" |
15 | | - sha256 "f38f5f54e225adaadd88ee51551745109cb7ee80eaf0c843a044d5db11f0e5d4" |
| 14 | + url "https://github.com/Venafi/vcert/releases/download/v5.12.3/vcert_v5.12.3_darwin_arm.zip" |
| 15 | + sha256 "38c2aad2e8365923da9851518cc2bca92cbe180647dfe880ac7249e9d9504845" |
16 | 16 | end |
17 | 17 | end |
18 | 18 |
|
19 | 19 | on_linux do |
20 | 20 | if Hardware::CPU.intel? && Hardware::CPU.is_64_bit? |
21 | | - url "https://github.com/Venafi/vcert/releases/download/v5.12.0/vcert_v5.12.0_linux.zip" |
22 | | - sha256 "0537faeebf6c6b34b71169be60c9c026bee301567f8ebb5119dce1f96839ff49" |
| 21 | + url "https://github.com/Venafi/vcert/releases/download/v5.12.3/vcert_v5.12.3_linux.zip" |
| 22 | + sha256 "10343274ab722e09e902585afb7b8ac5964f5846142390f51ab096af79e2bcbf" |
23 | 23 | end |
24 | 24 | if Hardware::CPU.intel? && Hardware::CPU.is_32_bit? |
25 | | - url "https://github.com/Venafi/vcert/releases/download/v5.12.0/vcert_v5.12.0_linux86.zip" |
26 | | - sha256 "cfdc34628828e0ac909afc20af6c4f29673462ad3e3b7ff841c824a9d93cc17b" |
| 25 | + url "https://github.com/Venafi/vcert/releases/download/v5.12.3/vcert_v5.12.3_linux86.zip" |
| 26 | + sha256 "773275c217dc99af7ca9cff6a83bf06acd782f4f825460d7487b200dc58e8b1f" |
27 | 27 | end |
28 | 28 | if Hardware::CPU.arm? |
29 | | - url "https://github.com/Venafi/vcert/releases/download/v5.12.0/vcert_v5.12.0_linux_arm.zip" |
30 | | - sha256 "ea8ababfdde4aa015d0bc5218206a27bba231eb1f4bfb86616e85352380409d5" |
| 29 | + url "https://github.com/Venafi/vcert/releases/download/v5.12.3/vcert_v5.12.3_linux_arm.zip" |
| 30 | + sha256 "f14614dbb3450f079105d6103375b0d0a040849657c731f47546a45809c108a0" |
31 | 31 | end |
32 | 32 | end |
33 | 33 |
|
|
0 commit comments