Skip to content

Commit

Permalink
Merge pull request #171570 from Homebrew/bump-k6-0.51.0
Browse files Browse the repository at this point in the history
k6 0.51.0
  • Loading branch information
BrewTestBot authored May 13, 2024
2 parents 87feead + de732b3 commit 7819a03
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/k6.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class K6 < Formula
desc "Modern load testing tool, using Go and JavaScript"
homepage "https://k6.io"
url "https://github.com/grafana/k6/archive/refs/tags/v0.50.0.tar.gz"
sha256 "9b7c80191fa49a8c6c2b959f20d45e316171c277730e3bc99d825294b4fe2452"
url "https://github.com/grafana/k6/archive/refs/tags/v0.51.0.tar.gz"
sha256 "761e7965827754e5a7b0ef8d9bf8c3c45418aae0bac4bcc2a3d4d9ce75f0ef67"
license "AGPL-3.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9968ca60e06a88ec1d55c780d3c6ff2b18e72ecbad5166f3b4902585284bb34a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "17bef8dded4cf47186f3c704fe747499495b3d610558dafeee5889cbf3125a29"
sha256 cellar: :any_skip_relocation, arm64_monterey: "32b3e4fbce739fbe0353a838812c6a7bb9258fe6a7de219bc747eaca43a3f962"
sha256 cellar: :any_skip_relocation, sonoma: "adc221f11b6f1f422af9108b49108b21d7a951255274f314c6711c91f521d419"
sha256 cellar: :any_skip_relocation, ventura: "7f4b606fd1f64600cf092f0728093e670369fca7320476a051c10c9e9034e095"
sha256 cellar: :any_skip_relocation, monterey: "5300b6e31a9f4a1afe467014e4926806e8654b4c1d1749ed10b7e32a244c654c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dfa18b1b729e74069a6121b8f15c9cd3bfccccc4473929e81286846121765412"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "df2cee84a58df784f0ae7efa814d2ab7f55e4f6b9d02d04eb662ab1e71f94e02"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5d3b1b214938590b338cd234db6d584ffb16bc86c1936cbe5516a1202ddb9413"
sha256 cellar: :any_skip_relocation, arm64_monterey: "180661fb3d1724a465a664e7d28864376e72236df4da0b97255bff8ffe3e4a68"
sha256 cellar: :any_skip_relocation, sonoma: "0169e63ae6244217cdd0c90d7830c60e76ee73a032a76cd76e4f78cf1be47906"
sha256 cellar: :any_skip_relocation, ventura: "a82904dccf27417328472ba285c34ca891fe42fb082d6acb7a147bdc39a144db"
sha256 cellar: :any_skip_relocation, monterey: "f3c4f5c8232122a2a2808ad96dfdfdc81916b736e8b164104719e40839299b1f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3c7bcc7350a5a9ad735ad594faa379772f8751e1c9350f8dc7721d0a0ff555f5"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7819a03

Please sign in to comment.