Skip to content

Commit

Permalink
Bump conduktor-ctl version to 0.3.3 .Release https://github.com/condu…
Browse files Browse the repository at this point in the history
…ktor/ctl/releases/tag/v0.3.3 (#23)

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ConduktorBot and github-actions authored Dec 16, 2024
1 parent 0a1ef81 commit 40c91f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/conduktor-cli.rb
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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

Expand Down

0 comments on commit 40c91f1

Please sign in to comment.