Skip to content

Commit

Permalink
Merge pull request #156571 from Porkepix/bump-k6-0.48.0
Browse files Browse the repository at this point in the history
k6 0.48.0
  • Loading branch information
BrewTestBot authored Dec 6, 2023
2 parents dc42fe2 + 41f9665 commit cf98ab8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/k6.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class K6 < Formula
desc "Modern load testing tool, using Go and JavaScript"
homepage "https://k6.io"
url "https://github.com/grafana/k6/archive/refs/tags/v0.47.0.tar.gz"
sha256 "f65abbeeafda8122fc4859940f75d953edfe69505bb62d0285820de02e6497a0"
url "https://github.com/grafana/k6/archive/refs/tags/v0.48.0.tar.gz"
sha256 "da769e645a053980159e5b247bae92f99d320977fcf5681c7dbcc6f1e9e84109"
license "AGPL-3.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad568d2427f3ca2c7a78370f10ce5e7cea41f662019caaf955b48120296c7716"
sha256 cellar: :any_skip_relocation, arm64_ventura: "deffcbb6a355cf48d53762ec341d5ea1fa3753db0e969e2fe44e527ce00c1e7c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e7f5983c126cc355f75cbd462883292ab379231da6ba55b704916a7ee9fd967f"
sha256 cellar: :any_skip_relocation, sonoma: "d91b5a27734f90e24c032fa988275d3661a7611f70834ebb63afe4cee310cdd6"
sha256 cellar: :any_skip_relocation, ventura: "0be03462417fd28975c782f29f016ac1edcb29d6577f5ba664f9685f84ea0638"
sha256 cellar: :any_skip_relocation, monterey: "0fad02ca3ba7533eeaeff81390c1455a7a268aa1618ea84fea4fd1d05a2200b3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c92bba94aa22c796a249527010e26b7ec563d938e380bd797980ba441bfe0c76"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0300bccfe5036402445750a9548d07852adda0a309b952463c41665b6bf7c55a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d4b050b4e202d378a06aaf37ae6b002d349c48efa2a4b492ee302ba99017d317"
sha256 cellar: :any_skip_relocation, arm64_monterey: "81e4b17567374f5d42765ec9cf2c78fe9d05b5c187ff62e7247b0c538415fcbf"
sha256 cellar: :any_skip_relocation, sonoma: "bc6313a98a9ddcf58445538477da661a4605edf7c0a5bed3c7a234920beebe49"
sha256 cellar: :any_skip_relocation, ventura: "e44c000d8d3e646ed5b4a697abe8042e8015535124beb532e41727b5b22dd18f"
sha256 cellar: :any_skip_relocation, monterey: "b89f12c36551dcf0fba54d2160b53d3851efe267096796013c303be1b9950da7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "14e6189957407ff07aa29334c56b1dfe24bebf5fee75b11dcec08bd338f48e9c"
end

depends_on "go" => :build
Expand Down

0 comments on commit cf98ab8

Please sign in to comment.