diff --git a/Formula/h/hoverfly.rb b/Formula/h/hoverfly.rb index a010cdf4b4186..056fa4baf3bbb 100644 --- a/Formula/h/hoverfly.rb +++ b/Formula/h/hoverfly.rb @@ -1,19 +1,19 @@ class Hoverfly < Formula desc "API simulations for development and testing" homepage "https://hoverfly.io/" - url "https://github.com/SpectoLabs/hoverfly/archive/refs/tags/v1.7.0.tar.gz" - sha256 "cf8cdfdcb92f623a5c75c6ec91287ab921a3d4ef10b9bb2a838d82ffd3685716" + url "https://github.com/SpectoLabs/hoverfly/archive/refs/tags/v1.8.0.tar.gz" + sha256 "d058a0749bfd8b8f7c61b9e2bccd0e3f4d76de30f4c71037e28fd0cb822ea7f3" license "Apache-2.0" head "https://github.com/SpectoLabs/hoverfly.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b9a4f999a13dfa66ac2d89d02160e5e1dcd0f3524744fc60cdc74224441113c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd5c74ed344ce09c1e5cf09d1e3553893c7d4a393f71ff427ab6e92bc518723a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "73ad42d2aad5c499dafcee5bb4a4e07564a638fd202fbeca89595e7b0fd91239" - sha256 cellar: :any_skip_relocation, sonoma: "56aa4c5e50a1010a822ea2ebfe33ba6cd05db137acb82526c767f54a15e0435a" - sha256 cellar: :any_skip_relocation, ventura: "e678ebb024efdf0f7f24d44a006ce4e8904dba4d221fad03ff1a7c856a95e4c9" - sha256 cellar: :any_skip_relocation, monterey: "7fd135942c6e043825ded196eb36897c9c4cf029ac4e183fa7d85d84ae6cfae7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "806ad4c3519bea33c96f99982ff6498afa389ca33514e9e8268c85fa8c166b91" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23473906c2e9bbd83fff9a96028b7febca0f14f88a71e8b0f4461e57af38c09b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "370565f23e37f67561bef80d572c2cf351fd69c7c2a888b56c93203f1f98b355" + sha256 cellar: :any_skip_relocation, arm64_monterey: "5a4a49d1c04a43b761e10fac4941be3c3561aae1dc503672e4bba5a600c8ea87" + sha256 cellar: :any_skip_relocation, sonoma: "6e64016d11b237edcedef464f2769afb8d98c7dc3d9b853eb66c7bf274c5d056" + sha256 cellar: :any_skip_relocation, ventura: "de2208dc6b3c909d1b5a4735567865e5401077aebe51aaab44a0fe4c55df8d1c" + sha256 cellar: :any_skip_relocation, monterey: "17005ca45f1871e09c85ef88a3ed275866086bf414aaf3cffef6a8f4f29f28b0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6f4d2e8710e176a5669897d582b6a011521eae487f9e61fb47ed547175ff7b8c" end depends_on "go" => :build