diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-08 06:10:31 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-08 06:16:54 +0100 |
commit | 5175fbe5d552cb12dd8d9cfc2233053aa5cead20 (patch) | |
tree | d64390cc9a761194e0803f1a40c31d4bb3e9b19a /testing/obfs4proxy | |
parent | c68e92d9d5a5ccb952317b13b9289e570ffb19f9 (diff) | |
download | aports-5175fbe5d552cb12dd8d9cfc2233053aa5cead20.tar.bz2 aports-5175fbe5d552cb12dd8d9cfc2233053aa5cead20.tar.xz |
testing/obfs4proxy: upgrade to 0.0.11
Diffstat (limited to 'testing/obfs4proxy')
-rw-r--r-- | testing/obfs4proxy/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/obfs4proxy/APKBUILD b/testing/obfs4proxy/APKBUILD index faa73d526e..28d51d2087 100644 --- a/testing/obfs4proxy/APKBUILD +++ b/testing/obfs4proxy/APKBUILD @@ -1,16 +1,15 @@ # Contributor: Katie Holly <holly@fuslvz.ws> # Maintainer: Katie Holly <holly@fuslvz.ws> pkgname=obfs4proxy -pkgver=0.0.7 -pkgrel=1 +pkgver=0.0.11 +pkgrel=0 pkgdesc="pluggable transport proxy for Tor, implementing obfs4" url="https://gitweb.torproject.org/pluggable-transports/obfs4.git/" arch="x86_64 x86 armv7" license="BSD-3-Clause" makedepends="go glide" -options="!strip !net" -install="" -source="$pkgname-$pkgver.tar.gz::https://github.com/Yawning/obfs4/archive/$pkgname-$pkgver.tar.gz +options="!strip !net chmod-clean" +source="$pkgname-$pkgver.tar.gz::https://github.com/Yawning/obfs4/archive/obfs4proxy-$pkgver.tar.gz glide.yaml glide.lock " @@ -40,11 +39,10 @@ check() { } package() { - cd "$builddir" mkdir -p "$pkgdir"/usr/bin install -Dm755 $pkgname-executable "$pkgdir"/usr/bin/$pkgname } -sha512sums="57b71138a139b1821cf58c8e1965f207a6164a046bbfc8d6da828351d4f5bf4ecfb63ca5c69dba834c4e3a72362089d2a7fd296278115c0cae1c53c51d1b124d obfs4proxy-0.0.7.tar.gz +sha512sums="3eb50bc8067802f8260e0926999a659919e55cb34247f443f66a4852c9ceceacae361602a57ad1fd28a84e4ed54f3800c3258e67266eb23d45b1d09e31c5d869 obfs4proxy-0.0.11.tar.gz 5531b275dc7954b46382f3e01a5d014cc9e06df001c08d80861c6a65e3110d1152219c76231f4ab0f81d95cff3bebcf4b6c687fd65ec8b0980364a716b9a08c2 glide.yaml e1a8de9a26d3ae49cf7feb53d16b75c19827a4a04e84a0f44412da25f49152205da17c5be832bd94c0688d7e078679350bd8c0ff9c9fbe3eb9cefed42bedfe2f glide.lock" |