From 4aa278db336309964ba054a1a9578638f720a07c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:12:27 +0000 Subject: [PATCH 1/2] plow 1.3.2 plow: update build Signed-off-by: Rui Chen --- Formula/p/plow.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/p/plow.rb b/Formula/p/plow.rb index 69101f71d85b0..3619d80a1bd99 100644 --- a/Formula/p/plow.rb +++ b/Formula/p/plow.rb @@ -1,8 +1,8 @@ class Plow < Formula desc "High-performance and real-time metrics displaying HTTP benchmarking tool" homepage "https://github.com/six-ddc/plow" - url "https://github.com/six-ddc/plow/archive/refs/tags/v1.3.1.tar.gz" - sha256 "0ae69218fc61d4bc036a62f3cc8a4e5f29fad0edefe9e991f0446f71d9e6d9ba" + url "https://github.com/six-ddc/plow/archive/refs/tags/v1.3.2.tar.gz" + sha256 "a828641d9cf2876701e09865d259081a3005a29ea69391bda2fb6b1565489edf" license "Apache-2.0" bottle do @@ -18,7 +18,7 @@ class Plow < Formula depends_on "go" => :build def install - system "go", "build", *std_go_args(ldflags: "-s -w") + system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}") generate_completions_from_executable(bin/"plow", shell_parameter_format: "--completion-script-", shells: [:bash, :zsh]) From 1c856c0c544e85c3b2fe5a29f5a1b2188fa4ed96 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Dec 2024 05:48:07 +0000 Subject: [PATCH 2/2] plow: update 1.3.2 bottle. --- Formula/p/plow.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/p/plow.rb b/Formula/p/plow.rb index 3619d80a1bd99..d67d69447cb43 100644 --- a/Formula/p/plow.rb +++ b/Formula/p/plow.rb @@ -6,13 +6,12 @@ class Plow < Formula license "Apache-2.0" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b9c5d2de7997a3f2c6808cdddaf777f87e768da1c236cd41c66da552e39096c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b9c5d2de7997a3f2c6808cdddaf777f87e768da1c236cd41c66da552e39096c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2b9c5d2de7997a3f2c6808cdddaf777f87e768da1c236cd41c66da552e39096c" - sha256 cellar: :any_skip_relocation, sonoma: "ee01081eb578e285218f45235155d9087af4155de076de009f71ef59442ea33c" - sha256 cellar: :any_skip_relocation, ventura: "ee01081eb578e285218f45235155d9087af4155de076de009f71ef59442ea33c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab525ddecde654379ca9f0d39daf617c981306016c4b71767146a24d92a0492d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "65d432e948866ff0e5f31cc540f2e8e637d272eff116eb78bc621800e41965cb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "65d432e948866ff0e5f31cc540f2e8e637d272eff116eb78bc621800e41965cb" + sha256 cellar: :any_skip_relocation, arm64_ventura: "65d432e948866ff0e5f31cc540f2e8e637d272eff116eb78bc621800e41965cb" + sha256 cellar: :any_skip_relocation, sonoma: "cf1c17517b61305a59fa751432db7398aa9d01f549d7bdcc0204e0d50a65821f" + sha256 cellar: :any_skip_relocation, ventura: "cf1c17517b61305a59fa751432db7398aa9d01f549d7bdcc0204e0d50a65821f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73cd9367711a8a191faafdf5782efa6b282a1f076b841e8218235c2b211c6a98" end depends_on "go" => :build