Skip to content

Commit

Permalink
Merge pull request #193259 from Homebrew/bump-toxiproxy-2.10.0
Browse files Browse the repository at this point in the history
toxiproxy 2.10.0
  • Loading branch information
BrewTestBot authored Oct 8, 2024
2 parents 74eacca + 1989552 commit d0b4cfc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/t/toxiproxy.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Toxiproxy < Formula
desc "TCP proxy to simulate network & system conditions for chaos & resiliency testing"
homepage "https://github.com/shopify/toxiproxy"
url "https://github.com/Shopify/toxiproxy/archive/refs/tags/v2.9.0.tar.gz"
sha256 "20edde34342f3209159f22ad9ee0eb4a57f3c47246dbe69b05ae33895cf931ed"
url "https://github.com/Shopify/toxiproxy/archive/refs/tags/v2.10.0.tar.gz"
sha256 "f6ed552edce83bab7ecccbfa4aab9d6fbac42ff152498e8fddf760691f7152a5"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f17fa92171e921ccf1b13693fff51008310b4ecbfea8a0af8dccaa2dfbb6808"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f5c14bbb252d3529723055a06282be93e627161e64134ca21d80fc8755e29fd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7e8512fb17bae1dcac2ac114a59fd93dcdf8470d7bc0143629bb67444b7348f0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a2c3adb59a2232b888ed21466760ece732ca7b19105240e771aa4fbda5497ccb"
sha256 cellar: :any_skip_relocation, sonoma: "3b44695be480947c0347cf727400a4407f7535b304923416e8027f226d2eb6a0"
sha256 cellar: :any_skip_relocation, ventura: "4cf49725a6044cc2de2c1893c36b70fcc1dc4f1ae88b7a43d9c2a1badae55e36"
sha256 cellar: :any_skip_relocation, monterey: "72f69a2c602446b870a61b63dff964245e23ddfbc5c56c7cd577acbf9a61519d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dcc05d85b995ed7b2ca00d1637dbb19f0aef2af43afee8f8ea317fb02d7082f9"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f0c6fcf9fe2a64336f148ae700ab533e03238ab7dee434adb0e2db59bc25967"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f0c6fcf9fe2a64336f148ae700ab533e03238ab7dee434adb0e2db59bc25967"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2f0c6fcf9fe2a64336f148ae700ab533e03238ab7dee434adb0e2db59bc25967"
sha256 cellar: :any_skip_relocation, sonoma: "e69245b262509513e2a12671e72d104156abb8eb7ea7d3901542342b1de6e1a1"
sha256 cellar: :any_skip_relocation, ventura: "e69245b262509513e2a12671e72d104156abb8eb7ea7d3901542342b1de6e1a1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9566d50a0e832b6db409fd354a84ebfe69732554e39c86ff41a3c19cc35179cc"
end

depends_on "go" => :build
Expand Down

0 comments on commit d0b4cfc

Please sign in to comment.