From 40c91f19593f1c6b526bc4f3dde60722a53abba4 Mon Sep 17 00:00:00 2001 From: Conduktor Bot Date: Mon, 16 Dec 2024 15:09:30 +0000 Subject: [PATCH] Bump conduktor-ctl version to 0.3.3 .Release https://github.com/conduktor/ctl/releases/tag/v0.3.3 (#23) Co-authored-by: github-actions --- 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 c09a7cd..1b29c64 100644 --- a/Formula/conduktor-cli.rb +++ b/Formula/conduktor-cli.rb @@ -1,6 +1,6 @@ class ConduktorCli < Formula - version "0.3.2" - sha256 "3427c5f6a4f3d9b8f19c661d58562d05795e86b04223284812a04bd1f6ea8753" + version "0.3.3" + sha256 "35048cecaca20413b4d352e949f9e079303001b8c69f816051f720e6dc77a772" 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 = "27c023017b09145b8fa0c0ad84b0c7def4461053" + gitSha = "4731bdc890e0395caa0c851d578c646c729aac3a" 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