|
3 | 3 | class Whistle < Formula
|
4 | 4 | desc "HTTP, HTTP2, HTTPS, Websocket debugging proxy"
|
5 | 5 | homepage "https://github.com/avwo/whistle"
|
6 |
| - url "https://registry.npmjs.org/whistle/-/whistle-2.9.74.tgz" |
7 |
| - sha256 "1e8bfe4ab3417f8769e90de3988dd877404cf936f3a830d014939b4179e58878" |
| 6 | + url "https://registry.npmjs.org/whistle/-/whistle-2.9.75.tgz" |
| 7 | + sha256 "f031cb9fe20baa0fce3e75f0d14342dba8fd2c2269860b11ec3fc0fcc24a2ec9" |
8 | 8 | license "MIT"
|
9 | 9 |
|
10 | 10 | bottle do
|
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ee7013e1e5b0e4794ce1b4ce81a41674d510fa4afba9d9a64514c14c6c66bdc" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "8ee7013e1e5b0e4794ce1b4ce81a41674d510fa4afba9d9a64514c14c6c66bdc" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "8ee7013e1e5b0e4794ce1b4ce81a41674d510fa4afba9d9a64514c14c6c66bdc" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "6a2fbc53f96d8c72f661e94f2f773d30876f9baf49c1be7f369f3295f19ae79a" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "6a2fbc53f96d8c72f661e94f2f773d30876f9baf49c1be7f369f3295f19ae79a" |
16 |
| - sha256 cellar: :any_skip_relocation, monterey: "6a2fbc53f96d8c72f661e94f2f773d30876f9baf49c1be7f369f3295f19ae79a" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "381ecc44ed977d82766047ef3c9f97fee009c9d6b51fc5cf48fc732f29829177" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7beadb82bbe322905b7e21d7a5eebab4ae65df71c1603f50be8c73b79e756cfe" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7beadb82bbe322905b7e21d7a5eebab4ae65df71c1603f50be8c73b79e756cfe" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "7beadb82bbe322905b7e21d7a5eebab4ae65df71c1603f50be8c73b79e756cfe" |
| 14 | + sha256 cellar: :any_skip_relocation, sonoma: "23b788566d3d8ab2997b5198060ca0bc4dbbb6c5e3aa1e786d588e1bf976ce23" |
| 15 | + sha256 cellar: :any_skip_relocation, ventura: "23b788566d3d8ab2997b5198060ca0bc4dbbb6c5e3aa1e786d588e1bf976ce23" |
| 16 | + sha256 cellar: :any_skip_relocation, monterey: "e25e199d5b56048b1f8d6132708e5eaa5d753f6d53511c700708e21ce67cd13a" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0cd5e9ff4d7c80959b82f883e53b66cbdd49ad64529b0190dd119b873ee341ad" |
18 | 18 | end
|
19 | 19 |
|
20 | 20 | depends_on "node"
|
|
0 commit comments