obfs4proxy 0.0.12

* obfs4proxy 0.0.12
* update build

Closes #92318.

Co-authored-by: rui <rui@chenrui.dev>
Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2021-12-31 14:51:30 -05:00 committed by BrewTestBot
parent 81674b7667
commit 5a29d376fd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Obfs4proxy < Formula class Obfs4proxy < Formula
desc "Pluggable transport proxy for Tor, implementing obfs4" desc "Pluggable transport proxy for Tor, implementing obfs4"
homepage "https://gitlab.com/yawning/obfs4" homepage "https://gitlab.com/yawning/obfs4"
url "https://gitlab.com/yawning/obfs4/-/archive/obfs4proxy-0.0.11/obfs4-obfs4proxy-0.0.11.tar.gz" url "https://gitlab.com/yawning/obfs4/-/archive/obfs4proxy-0.0.12/obfs4-obfs4proxy-0.0.12.tar.gz"
sha256 "46f621f1d94d244e7b1d0b93dafea7abadb2428f8b1d0463559426362ea98eae" sha256 "aac3d4c4ba30dd2d2ec7d9356b384ae87f688a0c3188020e7d54047228c6020e"
license "BSD-2-Clause" license "BSD-2-Clause"
livecheck do livecheck do
@ -23,7 +23,7 @@ class Obfs4proxy < Formula
depends_on "go" => :build depends_on "go" => :build
def install def install
system "go", "build", *std_go_args, "./obfs4proxy" system "go", "build", *std_go_args(ldflags: "-s -w"), "./obfs4proxy"
end end
test do test do