Skip to content

Commit 3eca7ab

Browse files
authored
Merge pull request #228106 from Homebrew/bump-xk6-1.0.1
xk6 1.0.1
2 parents 942b7ba + 36bdbb1 commit 3eca7ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/x/xk6.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Xk6 < Formula
22
desc "Build k6 with extensions"
33
homepage "https://k6.io"
4-
url "https://github.com/grafana/xk6/archive/refs/tags/v1.0.0.tar.gz"
5-
sha256 "4ca1f83301db00bffca583b116e31f892954333f1f539800a0803c141c68198c"
4+
url "https://github.com/grafana/xk6/archive/refs/tags/v1.0.1.tar.gz"
5+
sha256 "d9fe9610daf066ba988363b8a8d8b6b1769c8b1ffb60ce7de25706214390f7a1"
66
license "Apache-2.0"
77
head "https://github.com/grafana/xk6.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Xk6 < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5a53d435a0d34b78869b95185ab81b3366defcbce07e6a25358122b6322c47b2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "06ff52c7eb50fd4acbada6a5e8b42a5b9c201143d56cb47264977b2f351f1d00"
19-
sha256 cellar: :any_skip_relocation, ventura: "06ff52c7eb50fd4acbada6a5e8b42a5b9c201143d56cb47264977b2f351f1d00"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "571960d6e2bff838c0e4f639a11ed0c9cc47c3e1e5e150827e88fa97b0ae4eea"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "467be00d5f211ebf138622120f0bdab05d6356a531c09a143c24fda0d70aee13"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "467be00d5f211ebf138622120f0bdab05d6356a531c09a143c24fda0d70aee13"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "467be00d5f211ebf138622120f0bdab05d6356a531c09a143c24fda0d70aee13"
18+
sha256 cellar: :any_skip_relocation, sonoma: "78ff3d0ccccb5d6db199d65c9607b9c2500e3b626d756754c73502c7feb8aef7"
19+
sha256 cellar: :any_skip_relocation, ventura: "78ff3d0ccccb5d6db199d65c9607b9c2500e3b626d756754c73502c7feb8aef7"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "615f0eab444cc0e1e7eed6f0ef8f1f2250ddeeba8882bd9999b01859a470204d"
2121
end
2222

2323
depends_on "go"

0 commit comments

Comments
 (0)