Skip to content

Commit a7b22fb

Browse files
authored
Merge pull request Homebrew#230453 from Homebrew/bump-xk6-1.1.2
xk6 1.1.2
2 parents c841753 + 924ac31 commit a7b22fb

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.1.1.tar.gz"
5-
sha256 "e832c6d8edcc02e3942c2c6c2f0f1af3ec129f072e91a16d4a583ab099a4c667"
4+
url "https://github.com/grafana/xk6/archive/refs/tags/v1.1.2.tar.gz"
5+
sha256 "234a1d1999b9d0d27e26e600e5f1c859850bf497ba958c0e341a3ec861240e49"
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: "f20f269f643c75d58d90302df330031d210444fe621277468dfde293cb8ee35c"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f20f269f643c75d58d90302df330031d210444fe621277468dfde293cb8ee35c"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f20f269f643c75d58d90302df330031d210444fe621277468dfde293cb8ee35c"
18-
sha256 cellar: :any_skip_relocation, sonoma: "06baa5d3fca37f2a07493973f379308227dbe46d3aa5f8da54fee8403722293f"
19-
sha256 cellar: :any_skip_relocation, ventura: "06baa5d3fca37f2a07493973f379308227dbe46d3aa5f8da54fee8403722293f"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3c178d9ccbc611d62de87d69236e1d040483c43bc1507da894e2a0cb658332e"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a8ff25df93531b63613011b93c5e93e758387434eff082c2d84ec956332029a5"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8ff25df93531b63613011b93c5e93e758387434eff082c2d84ec956332029a5"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a8ff25df93531b63613011b93c5e93e758387434eff082c2d84ec956332029a5"
18+
sha256 cellar: :any_skip_relocation, sonoma: "82b6d188f9c9193801744c9aae88ab006da212a1a61cd02ef377c77b14e1b181"
19+
sha256 cellar: :any_skip_relocation, ventura: "82b6d188f9c9193801744c9aae88ab006da212a1a61cd02ef377c77b14e1b181"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c29b753bf526380f76de157987eaeee1188cfa4b28a7315e0a5d45c8a69967fc"
2121
end
2222

2323
depends_on "go"

0 commit comments

Comments
 (0)