Skip to content

Commit

Permalink
Merge pull request #202314 from Homebrew/bump-plow-1.3.2
Browse files Browse the repository at this point in the history
plow 1.3.2
  • Loading branch information
BrewTestBot authored Dec 24, 2024
2 parents a3cd347 + 1c856c0 commit db25ea7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/p/plow.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
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
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

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])
Expand Down

0 comments on commit db25ea7

Please sign in to comment.