From a1f0897e917e3063e87458afb963e9274f8a6f05 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 10 Jan 2023 10:03:16 -0800 Subject: [PATCH] pumba 0.9.6 * pumba 0.9.6 * pumba: update build Closes #120250. Signed-off-by: Rui Chen Co-authored-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/pumba.rb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Formula/pumba.rb b/Formula/pumba.rb index 9f9510d6977..bc54bddaee6 100644 --- a/Formula/pumba.rb +++ b/Formula/pumba.rb @@ -1,8 +1,8 @@ class Pumba < Formula desc "Chaos testing tool for Docker" homepage "https://github.com/alexei-led/pumba" - url "https://github.com/alexei-led/pumba/archive/0.9.2.tar.gz" - sha256 "d45c26b72f92414ef7e6c5e307e89b6774f212792664b67b577d7c5b7684de31" + url "https://github.com/alexei-led/pumba/archive/0.9.6.tar.gz" + sha256 "15865c6eeb108bc65bcd0aa6f3e270a7fed28854ea53eaa62cd0365c05d37f7c" license "Apache-2.0" head "https://github.com/alexei-led/pumba.git", branch: "master" @@ -26,9 +26,11 @@ class Pumba < Formula def install goldflags = %W[ -s -w - -X main.Version=#{version} - -X main.BuildTime=#{time.iso8601} - ].join(" ") + -X main.version=#{version} + -X main.commit=#{tap.user} + -X main.branch=master + -X main.buildTime=#{time.iso8601} + ] system "go", "build", *std_go_args(ldflags: goldflags), "./cmd" end