Skip to content

Commit 031047f

Browse files
authored
Merge pull request #233339 from Homebrew/bump-k6-1.2.1
k6 1.2.1
2 parents d2a6733 + c6eb646 commit 031047f

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.1.0.tar.gz"
5-
sha256 "b0c4b6a8a015387cef962a105e4ce3069e77376df118f25376af89b37c023f2e"
4+
url "https://github.com/grafana/k6/archive/refs/tags/v1.2.1.tar.gz"
5+
sha256 "6976de6fb52b09b84fe5b1d849dc6b197cb9127a682a12beb2be70eca74b39cc"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "66d29e92973717867b9e1fc04e6a01263ce89945827e79b46553886d1f98f92a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "66d29e92973717867b9e1fc04e6a01263ce89945827e79b46553886d1f98f92a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "66d29e92973717867b9e1fc04e6a01263ce89945827e79b46553886d1f98f92a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "737e4eeb6be4efa5fc770d57abcf11eaf7d3a68d072c19fa8ac4c9102856c41b"
14+
sha256 cellar: :any_skip_relocation, ventura: "737e4eeb6be4efa5fc770d57abcf11eaf7d3a68d072c19fa8ac4c9102856c41b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0a0a5e7c767921691d16a4d2233cc8a4a1f1ea40d1b97edf1cc3c1624bccb65"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)