diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:32:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:32:54 -0300 |
commit | 297f593732904d02593169850509404a244aa1f7 (patch) | |
tree | 219ecf824363c4a2094f57179877e6a6d12a6dbb /testing/obfs4proxy | |
parent | b5a69b97f9d03109eb8fbf12140905c96ceecbbd (diff) | |
download | aports-297f593732904d02593169850509404a244aa1f7.tar.bz2 aports-297f593732904d02593169850509404a244aa1f7.tar.xz |
testing/*: remove invalid options and modernize
Diffstat (limited to 'testing/obfs4proxy')
-rw-r--r-- | testing/obfs4proxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/obfs4proxy/APKBUILD b/testing/obfs4proxy/APKBUILD index 28d51d2087..64ccef78f8 100644 --- a/testing/obfs4proxy/APKBUILD +++ b/testing/obfs4proxy/APKBUILD @@ -8,7 +8,7 @@ url="https://gitweb.torproject.org/pluggable-transports/obfs4.git/" arch="x86_64 x86 armv7" license="BSD-3-Clause" makedepends="go glide" -options="!strip !net chmod-clean" +options="!strip chmod-clean" source="$pkgname-$pkgver.tar.gz::https://github.com/Yawning/obfs4/archive/obfs4proxy-$pkgver.tar.gz glide.yaml glide.lock |