11class 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.0 .tar.gz"
5- sha256 "b6937b4ce7a9420919e700d071943b698d1e5b1b1a57fa894f17076d21264da1 "
4+ url "https://github.com/grafana/xk6/archive/refs/tags/v0.16.1 .tar.gz"
5+ sha256 "fe777541a62eead0ca68f40a23340c60d5fb5e319835484a17b802dd86ac682d "
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 : "3ac1b31d605bbcf44144ccbb3242fc806aec5e398de93b9aae2ca8d2ffe20953 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "3ac1b31d605bbcf44144ccbb3242fc806aec5e398de93b9aae2ca8d2ffe20953 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "3ac1b31d605bbcf44144ccbb3242fc806aec5e398de93b9aae2ca8d2ffe20953 "
18- sha256 cellar : :any_skip_relocation , sonoma : "2cabdb0e1be7dbcd3521578cc007fe91e85f76bdc8ae2d3acec922ecefc0452d "
19- sha256 cellar : :any_skip_relocation , ventura : "2cabdb0e1be7dbcd3521578cc007fe91e85f76bdc8ae2d3acec922ecefc0452d "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "a509163560c885fa8c6fc13e1d25651ff2b482388005ed1969124aa782bb3565 "
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 "
2121 end
2222
2323 depends_on "go"
0 commit comments