From e746937450a80850ee5fea92ad334f3b8388fbf6 Mon Sep 17 00:00:00 2001 From: Atanas Chuchev Date: Thu, 1 Feb 2024 21:04:35 +0200 Subject: [PATCH 1/2] Update the venctl version to 1.4.0 --- Formula/venctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/venctl.rb b/Formula/venctl.rb index 79cd42b..dab4ecf 100644 --- a/Formula/venctl.rb +++ b/Formula/venctl.rb @@ -1,27 +1,27 @@ class Venctl < Formula - desc "Venafi CLI tool can carry out cluster management tasks from the command-line" + desc "The Venafi CLI serves as an alternative to the Venafi Control Plane web interface and facilitates the installation of Venafi Kubernetes components" homepage "https://docs.venafi.cloud/vaas/venctl/c-venctl-overview" url "https://docs.venafi.cloud/vaas/venctl/c-venctl-releases" - version "1.3.1" + version "1.4.0" on_macos do if Hardware::CPU.intel? url "https://dl.venafi.cloud/venctl/#{version}/venctl-darwin-amd64.zip" - sha256 "eaf728c5824b9c317e033fd082a99222b9dcfba858d9b2af0867816273a9d926" + sha256 "50dae730b043d498ae16149be22a5c0edb57b1f12c68b4bb40f72b1ac58af171" end if Hardware::CPU.arm? url "https://dl.venafi.cloud/venctl/#{version}/venctl-darwin-arm64.zip" - sha256 "9513f6d19afe697a8f04a46bdf0c65b1a34cda15cbcfd53e4b147914ce6f768f" + sha256 "7d41273e9e44e082d29cd5aa9e6cdb7a9d083cbb76b79699fd825075053d5279" end end on_linux do if Hardware::CPU.intel? && Hardware::CPU.is_64_bit? url "https://dl.venafi.cloud/venctl/#{version}/venctl-linux-amd64.zip" - sha256 "2743d0ac27a515177c4351a8be70870922332058c2e443868a958ffc865b3cd4" + sha256 "f913e9cce9d29f2bdd0d165d9829ace60e49075ed02139a42d761cfb5ef05d9d" end if Hardware::CPU.arm? url "https://dl.venafi.cloud/venctl/#{version}/venctl-linux-arm64.zip" - sha256 "c1379600daf9e5f1df0e7dbbb7e3b39e7672844fac98dd72f319259bc2f74596" + sha256 "8520421b39c09a2b8b56cd1e53e1b1df758ce92840f0778c7eed8a7cdc58f3af" end end From 3bd414bd03cfdb0e9208fb6d7bf4aeb3398f5b70 Mon Sep 17 00:00:00 2001 From: Atanas Chuchev Date: Thu, 1 Feb 2024 21:11:52 +0200 Subject: [PATCH 2/2] Use a shorter description --- Formula/venctl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/venctl.rb b/Formula/venctl.rb index dab4ecf..1118fc7 100644 --- a/Formula/venctl.rb +++ b/Formula/venctl.rb @@ -1,5 +1,5 @@ class Venctl < Formula - desc "The Venafi CLI serves as an alternative to the Venafi Control Plane web interface and facilitates the installation of Venafi Kubernetes components" + desc "Venafi CLI serves as an alternative to the Venafi Control Plane web interface" homepage "https://docs.venafi.cloud/vaas/venctl/c-venctl-overview" url "https://docs.venafi.cloud/vaas/venctl/c-venctl-releases" version "1.4.0"