Skip to content

Commit

Permalink
Merge pull request #207501 from Homebrew/bump-minio-warp-1.1.0
Browse files Browse the repository at this point in the history
minio-warp 1.1.0
  • Loading branch information
BrewTestBot authored Feb 13, 2025
2 parents 3ab981a + afa3fcb commit 3f64746
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/m/minio-warp.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class MinioWarp < Formula
desc "S3 benchmarking tool"
homepage "https://github.com/minio/warp"
url "https://github.com/minio/warp/archive/refs/tags/v1.0.8.tar.gz"
sha256 "38227c37d1f5618c10e03dfbae8a460983da2678de363674b418155e5278b105"
url "https://github.com/minio/warp/archive/refs/tags/v1.1.0.tar.gz"
sha256 "f8a0f0bbb2bbca40b945c7ab3d5e1936390dfc796e12c2b87e61bcd7b1faadc5"
license "AGPL-3.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c09cd2c409ce619d91b03e5cb1a77f2af67ac92d420c1c97dd6fe90be09aa37"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbabb1553fee56501262164cc3d5afe1dbc9e407f170e9da5c55f94e3746bd34"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d9e26a27a81b95185a98b5a73bad22346c879b5ba16b135879431974f00bcf2b"
sha256 cellar: :any_skip_relocation, sonoma: "f0bf9cb2bbfd40519620285cd3a18548e4e4a959ab46dbba1c1d0621a872c640"
sha256 cellar: :any_skip_relocation, ventura: "5300787a6659beab98a696d97531c32b9986f94697b9f6147e99108bec67a3fc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b1e716599788a9765cb7c3afb46978ddba259f1b1918a433755d7b5c23a5dd2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "50aa830d00b14e9700cf15bd79763c385c18218f4853b711e8c12e5fd3830c15"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "59f37f93180c3923192e3cf1192ca2b6cf1143f254ef9bd9b1086b470d6ebace"
sha256 cellar: :any_skip_relocation, arm64_ventura: "264cae23fbb0b1ac14b1fa8c530b478542b8a321662531ea3a61483a5e1a1d56"
sha256 cellar: :any_skip_relocation, sonoma: "e2b57408488a75c15ec3f8bea580e10382af3b1828d45e8f65b7ec43ed4007ab"
sha256 cellar: :any_skip_relocation, ventura: "2ff12cd5f860a12a4f6514b362f68342cfb647a30c8589482aedd10654027e3a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c597d155ef70239f9f508d0f85a28fd1b705c23cb610b6e130648eeba957280d"
end

depends_on "go" => :build
Expand All @@ -30,7 +30,7 @@ def install

test do
output = shell_output("#{bin}/warp list --no-color 2>&1", 1)
assert_match "warp: Preparing server", output
assert_match "warp: <ERROR> Error preparing server", output

assert_match version.to_s, shell_output("#{bin}/warp --version")
end
Expand Down

0 comments on commit 3f64746

Please sign in to comment.