|
1 | 1 | class Hoverfly < Formula |
2 | 2 | desc "API simulations for development and testing" |
3 | 3 | homepage "https://hoverfly.io/" |
4 | | - url "https://github.com/SpectoLabs/hoverfly/archive/refs/tags/v1.10.9.tar.gz" |
5 | | - sha256 "e03bb5d2182ad2f724d7d2426ae0edcbac5e3ce5fc14d054c2dee0ec41007957" |
| 4 | + url "https://github.com/SpectoLabs/hoverfly/archive/refs/tags/v1.10.10.tar.gz" |
| 5 | + sha256 "e01a440ad3bf329c35dfc99776cd95201869a5e62e8107fab25b1fe3835e2ca7" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/SpectoLabs/hoverfly.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "30c791a00762c16e8481a2a56c210ab2c5d06a9c1bd2b9b99a1948ce9f9548dc" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "30c791a00762c16e8481a2a56c210ab2c5d06a9c1bd2b9b99a1948ce9f9548dc" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "30c791a00762c16e8481a2a56c210ab2c5d06a9c1bd2b9b99a1948ce9f9548dc" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "02786fef7555dcdeb3b2a9a93a6d4ad9d2a24cc5628751eaf0893ba0e2ea47a7" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "02786fef7555dcdeb3b2a9a93a6d4ad9d2a24cc5628751eaf0893ba0e2ea47a7" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "06c1ba19134776a9bdd5cf23cb621b4bf8ecfb9ae7bf6e51d88a5d8eacd63048" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "577fc9d895cd176f375363191c10505341faa50f2a07b5021ced288dd16bc27c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "577fc9d895cd176f375363191c10505341faa50f2a07b5021ced288dd16bc27c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "577fc9d895cd176f375363191c10505341faa50f2a07b5021ced288dd16bc27c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "e9a5e1a0f14c2d50e12b2b166f9a1e27525a6ee8d44023dd530c1d2125ff6a69" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "e9a5e1a0f14c2d50e12b2b166f9a1e27525a6ee8d44023dd530c1d2125ff6a69" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "49013c272a86d6d4c990e42fdf7d9dde998115a81b1bffb7e72f436612e14ccc" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments