Skip to content

Commit 1e92289

Browse files
authored
Merge pull request Homebrew#218823 from Homebrew/bump-xk6-0.17.0
xk6 0.17.0
2 parents d3cc5ab + cef592d commit 1e92289

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/v0.16.1.tar.gz"
5-
sha256 "fe777541a62eead0ca68f40a23340c60d5fb5e319835484a17b802dd86ac682d"
4+
url "https://github.com/grafana/xk6/archive/refs/tags/v0.17.0.tar.gz"
5+
sha256 "03e6f82a6892664557f26970158504c7879c3528c8d455d6827c0ec9d6870962"
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: "2110f5d338f5538007afa2b272e852fabd1190274fcc418524d532866303df74"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2110f5d338f5538007afa2b272e852fabd1190274fcc418524d532866303df74"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2110f5d338f5538007afa2b272e852fabd1190274fcc418524d532866303df74"
18-
sha256 cellar: :any_skip_relocation, sonoma: "6b304f3820dbeee87de804a8b4691b1a56dd96fe23507eae3069a34af4ecb780"
19-
sha256 cellar: :any_skip_relocation, ventura: "6b304f3820dbeee87de804a8b4691b1a56dd96fe23507eae3069a34af4ecb780"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7a29f594799fae62f64beebe44908d90f5e4fab0955f6aba6ad12ea70403206"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "87ed86e8c985b96cc158867dd361dcd7e4ac1b7f2d79a7cf58f34f759e0cc8f7"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "87ed86e8c985b96cc158867dd361dcd7e4ac1b7f2d79a7cf58f34f759e0cc8f7"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "87ed86e8c985b96cc158867dd361dcd7e4ac1b7f2d79a7cf58f34f759e0cc8f7"
18+
sha256 cellar: :any_skip_relocation, sonoma: "eacb5635c16b44513bfbb847d239c0b116fa0d199c6d874c1043cd1d3536f843"
19+
sha256 cellar: :any_skip_relocation, ventura: "eacb5635c16b44513bfbb847d239c0b116fa0d199c6d874c1043cd1d3536f843"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a595fec4d6b0a4aeba4523e07329601fe554dbd210c63306088b1c302696329e"
2121
end
2222

2323
depends_on "go"

0 commit comments

Comments
 (0)