Skip to content

Commit 2731c4e

Browse files
authored
Merge pull request #228117 from Homebrew/bump-k6-1.1.0
k6 1.1.0
2 parents 2fdd44a + eec0c5a commit 2731c4e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/k6.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class K6 < Formula
22
desc "Modern load testing tool, using Go and JavaScript"
33
homepage "https://k6.io"
4-
url "https://github.com/grafana/k6/archive/refs/tags/v1.0.0.tar.gz"
5-
sha256 "790e8a1d1171262095edbd5df5a74f18406d11ea88098560d0f18b7614c8b880"
4+
url "https://github.com/grafana/k6/archive/refs/tags/v1.1.0.tar.gz"
5+
sha256 "b0c4b6a8a015387cef962a105e4ce3069e77376df118f25376af89b37c023f2e"
66
license "AGPL-3.0-or-later"
77
head "https://github.com/grafana/k6.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "38ad23f362dcc33ac2b99cc9c5c50a2f8bd46bea7bd79ca32818584f381776b0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "38ad23f362dcc33ac2b99cc9c5c50a2f8bd46bea7bd79ca32818584f381776b0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "38ad23f362dcc33ac2b99cc9c5c50a2f8bd46bea7bd79ca32818584f381776b0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "cf258efa6b268478028b8e1cf2bdc902dafb3d32079fb47602897256a74b72cb"
14-
sha256 cellar: :any_skip_relocation, ventura: "cf258efa6b268478028b8e1cf2bdc902dafb3d32079fb47602897256a74b72cb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a23290c9ad12400f796b7a0028190c78938b932610204c3d7d33ad1002850610"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a37835c471ced98d9c920a4e30a4b640130ef996b026fd6144b9a8c1b5b68c72"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a37835c471ced98d9c920a4e30a4b640130ef996b026fd6144b9a8c1b5b68c72"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a37835c471ced98d9c920a4e30a4b640130ef996b026fd6144b9a8c1b5b68c72"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0528425a72c2c5e742396a041aecd015cab7af1c9c620598d216a9458ca18dbd"
14+
sha256 cellar: :any_skip_relocation, ventura: "0528425a72c2c5e742396a041aecd015cab7af1c9c620598d216a9458ca18dbd"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e2d0ce5bbf15880b2c35d31108452ae8a149db04929d97cc2eddb2912fb37edf"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)