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
parent
81674b7667
commit
5a29d376fd
|
@ -1,8 +1,8 @@
|
|||
class Obfs4proxy < Formula
|
||||
desc "Pluggable transport proxy for Tor, implementing 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"
|
||||
sha256 "46f621f1d94d244e7b1d0b93dafea7abadb2428f8b1d0463559426362ea98eae"
|
||||
url "https://gitlab.com/yawning/obfs4/-/archive/obfs4proxy-0.0.12/obfs4-obfs4proxy-0.0.12.tar.gz"
|
||||
sha256 "aac3d4c4ba30dd2d2ec7d9356b384ae87f688a0c3188020e7d54047228c6020e"
|
||||
license "BSD-2-Clause"
|
||||
|
||||
livecheck do
|
||||
|
@ -23,7 +23,7 @@ class Obfs4proxy < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
system "go", "build", *std_go_args, "./obfs4proxy"
|
||||
system "go", "build", *std_go_args(ldflags: "-s -w"), "./obfs4proxy"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue