|
1 | 1 | class Spoofdpi < Formula |
2 | 2 | desc "Simple and fast anti-censorship tool written in Go" |
3 | 3 | homepage "https://github.com/xvzc/SpoofDPI" |
4 | | - url "https://github.com/xvzc/SpoofDPI/archive/refs/tags/0.10.11.tar.gz" |
5 | | - sha256 "4d907445a0c481c9b408907cb42757e90ab42c63cfcc146c96ec6eadea97ecba" |
| 4 | + url "https://github.com/xvzc/SpoofDPI/archive/refs/tags/0.10.12.tar.gz" |
| 5 | + sha256 "1ef78cc8afaf59216619cfd17b01dcfc554524fe2ee5a8365f239ba3eef63b70" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/xvzc/SpoofDPI.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a57628628f08f100c9b6aff7895f1e351a22fc57230738db95e963738d38b855" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a57628628f08f100c9b6aff7895f1e351a22fc57230738db95e963738d38b855" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "a57628628f08f100c9b6aff7895f1e351a22fc57230738db95e963738d38b855" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "5263d4bf787acbb093faa0bfd0338bd0c7dd42104443d48c5302bc8533fb0434" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "5263d4bf787acbb093faa0bfd0338bd0c7dd42104443d48c5302bc8533fb0434" |
15 | | - sha256 cellar: :any_skip_relocation, monterey: "5263d4bf787acbb093faa0bfd0338bd0c7dd42104443d48c5302bc8533fb0434" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "b9a2bc123e67db561c66aa05de1e7572d653041d311cdb845b17cc53a530300c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5b171e4852205d9091fa34f7d526da8ee1810f78d5be4b49ce2ffad7484a2ea" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a5b171e4852205d9091fa34f7d526da8ee1810f78d5be4b49ce2ffad7484a2ea" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "a5b171e4852205d9091fa34f7d526da8ee1810f78d5be4b49ce2ffad7484a2ea" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "38d8942292cd007b6b61b04006b308a4070162e33b566e9bdeacadd67abda435" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "38d8942292cd007b6b61b04006b308a4070162e33b566e9bdeacadd67abda435" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "38d8942292cd007b6b61b04006b308a4070162e33b566e9bdeacadd67abda435" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d69e49e0fdac02583937278a3be200683f5b6e4588db98e1766dc3a2bf07a4c" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
20 | 20 | uses_from_macos "curl" => :test |
21 | 21 |
|
22 | 22 | def install |
23 | | - system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/spoof-dpi" |
| 23 | + system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/spoofdpi" |
24 | 24 | end |
25 | 25 |
|
26 | 26 | service do |
|
0 commit comments