aboutsummaryrefslogtreecommitdiffstats
path: root/main/tcpdump
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-03-24 18:11:38 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-03-24 23:31:30 +0000
commitc7b0ca63dadf129bf311a81b7946c385bdcb9dd2 (patch)
treee11ab6cb0ebe2f872bb91f120e14fe46cb6081d1 /main/tcpdump
parent1411a920c70b6eec51a08ece46a088bfe10ae186 (diff)
main/tcpdump: Fixing the url
Currently tcpdump does not build because the source download URL returns 404. Commit 71a35ed373786a483254518b4799ed12bf423087 changed the source URL to something temporary probably, but, it seems to be fixed upstream now, so, reverting the source location. No impact on the package checksum.
Diffstat (limited to 'main/tcpdump')
-rw-r--r--main/tcpdump/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/tcpdump/APKBUILD b/main/tcpdump/APKBUILD
index 6c24d0d0eb2..ba520631daa 100644
--- a/main/tcpdump/APKBUILD
+++ b/main/tcpdump/APKBUILD
@@ -9,8 +9,7 @@ license="BSD"
depends=""
makedepends="libpcap-dev libressl-dev perl"
subpackages="$pkgname-doc"
-#source="http://www.tcpdump.org/release/$pkgname-$pkgver.tar.gz"
-source="http://www.tcpdump.org/4.9.0-u82xFZBjZxWv/tcpdump-$pkgver.tar.gz"
+source="http://www.tcpdump.org/release/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
prepare() {