|
1 | 1 | class Tproxy < Formula |
2 | 2 | desc "CLI tool to proxy and analyze TCP connections" |
3 | 3 | homepage "https://github.com/kevwan/tproxy" |
4 | | - url "https://github.com/kevwan/tproxy/archive/refs/tags/v0.8.1.tar.gz" |
5 | | - sha256 "f6d3413605a03cb290dbdd08d50637203c7c84d16517cd34abc7311203f3cc9e" |
| 4 | + url "https://github.com/kevwan/tproxy/archive/refs/tags/v0.9.0.tar.gz" |
| 5 | + sha256 "ceed58273c2a5f542f378fe963f815c4b5b49a550409768985f072d5ed7b54dd" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/kevwan/tproxy.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbe9eb41efb8f2bd94a30e1675db6cc5778c0fd50cec078aede144a545699890" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb06f411cc40f326f48954e8d94460c263d1f3f7bd85a039ccd3ae561931fc3a" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "e68cf3e95c0cd12044d42c914b9abb0ddda44cb291f7619d773e151c1121d7e0" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "79bcfec2219b2dacb014ccb0e8630438399bc61d6a85bcf94ad0361259958f7f" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "cb066a9fd07ea71affb5763d25109842bff24c51b734e8a285b16f57b6d09117" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "84338b9a2e65797eee898956f9534d1d3f7690a2f11dd57293a9b5b7b252f06a" |
16 | | - sha256 cellar: :any_skip_relocation, monterey: "353712201999660dfb19485fc8694964b94a57041b9957c3b2f7c9aa25345b8c" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f70748e6b276d4a23d074fa908f1a4914a314aff7cb6aee26fc2961f23d68813" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8ec0fe223603e2b5f100a9aefd415c8e7c27c7db92aadade292812d0cd14d66" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8ec0fe223603e2b5f100a9aefd415c8e7c27c7db92aadade292812d0cd14d66" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "d8ec0fe223603e2b5f100a9aefd415c8e7c27c7db92aadade292812d0cd14d66" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6f8605f431b78c3cbf0792d2764aed057479af3c93428e872e7aa36249155331" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "6f8605f431b78c3cbf0792d2764aed057479af3c93428e872e7aa36249155331" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "123df9d7f9259ef84639a7ab4dd1c75e9f1844d1c3044848aad74fec24be5d27" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "go" => :build |
|
0 commit comments