Skip to content

Commit c919c77

Browse files
authored
Merge pull request #182647 from Homebrew/bump-spoofdpi-0.10.12
spoofdpi 0.10.12
2 parents aeec898 + 6ba8025 commit c919c77

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,6 +2455,7 @@ spicetify-cli
24552455
spidermonkey
24562456
spirv-llvm-translator
24572457
sponge
2458+
spoofdpi
24582459
spot
24592460
spotbugs
24602461
spotify_player

Formula/s/spoofdpi.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
class Spoofdpi < Formula
22
desc "Simple and fast anti-censorship tool written in Go"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/xvzc/SpoofDPI.git", branch: "main"
88

99
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"
1717
end
1818

1919
depends_on "go" => :build
2020
uses_from_macos "curl" => :test
2121

2222
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"
2424
end
2525

2626
service do

0 commit comments

Comments
 (0)