Skip to content

Commit

Permalink
Merge pull request #203345 from Homebrew/bump-k6-0.56.0
Browse files Browse the repository at this point in the history
k6 0.56.0
  • Loading branch information
BrewTestBot authored Jan 6, 2025
2 parents 87d299b + 816b8c2 commit 3d41854
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/k6.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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.55.2.tar.gz"
sha256 "5d61b93a0385f5643ebc8aac883aa974dc78cae572d9f5aad4c34f128fd4b646"
url "https://github.com/grafana/k6/archive/refs/tags/v0.56.0.tar.gz"
sha256 "a11776d57e9cf3fb306c4f0df9141f972c1b6506c47a750fd71d0f5b24945272"
license "AGPL-3.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9891248ebf793fe5e0bfa640ce71237567ccf079ce0bc47f9cdb6e62ff1a5f43"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9891248ebf793fe5e0bfa640ce71237567ccf079ce0bc47f9cdb6e62ff1a5f43"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9891248ebf793fe5e0bfa640ce71237567ccf079ce0bc47f9cdb6e62ff1a5f43"
sha256 cellar: :any_skip_relocation, sonoma: "03e5ac5736781944ccfbba9a76123b59d193f158a732f7b9fa507fb60c99d7cd"
sha256 cellar: :any_skip_relocation, ventura: "03e5ac5736781944ccfbba9a76123b59d193f158a732f7b9fa507fb60c99d7cd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7be115a3f7212db4498b354bc27e299eb77db637ccb338d6113448253676e16b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0cacea6742d566d4567dfcc0cd771942e6fad5073eca2203fc5990e0b16880b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0cacea6742d566d4567dfcc0cd771942e6fad5073eca2203fc5990e0b16880b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f0cacea6742d566d4567dfcc0cd771942e6fad5073eca2203fc5990e0b16880b"
sha256 cellar: :any_skip_relocation, sonoma: "70606d81b285a05276346d34c4f1f3f0f8a0cbb1c57c449cf955c962c7d17e60"
sha256 cellar: :any_skip_relocation, ventura: "70606d81b285a05276346d34c4f1f3f0f8a0cbb1c57c449cf955c962c7d17e60"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c59c33536818d69e337bd36ce5b3e58054a019260d35027efae3b50ca7b56a5"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3d41854

Please sign in to comment.