From 146fa933aa8a49d956e682fbf6c77f71ead55dd7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Nov 2024 14:14:27 +0000 Subject: [PATCH] Bump conduktor-ctl version to 0.3.2 .Release https://github.com/conduktor/ctl/releases/tag/v0.3.2 --- Formula/conduktor-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/conduktor-cli.rb b/Formula/conduktor-cli.rb index b00cf11..c09a7cd 100644 --- a/Formula/conduktor-cli.rb +++ b/Formula/conduktor-cli.rb @@ -1,6 +1,6 @@ class ConduktorCli < Formula - version "0.3.1" - sha256 "f7af550d12d58ced052148126bfaa80dc6180f1a9f2131c62c24bbbf1bee96ca" + version "0.3.2" + sha256 "3427c5f6a4f3d9b8f19c661d58562d05795e86b04223284812a04bd1f6ea8753" desc "Conduktor CLI performs operations from your terminal or a CI/CD pipeline" homepage "https://www.conduktor.io/" @@ -11,7 +11,7 @@ class ConduktorCli < Formula depends_on "go" => :build def install - gitSha = "5de4689f7178b54eedf95d394482f91ff2f18659" + gitSha = "27c023017b09145b8fa0c0ad84b0c7def4461053" system "go", "build", *std_go_args(ldflags: "-s -w -X 'github.com/conduktor/ctl/utils.version=#{version}' -X 'github.com/conduktor/ctl/utils.hash=#{gitSha}'", output: bin/"conduktor") end