diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-03-22 08:01:04 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-22 09:16:23 +0100 |
commit | fd95397ee33a34704771de2ab26a5910b1a88c6f (patch) | |
tree | fc509056be156791a885d7ab221e28d32e25ae57 | |
parent | 7dc2a581b9bdae676d44e91fb89aba42b6d6676d (diff) | |
download | upstream-fd95397ee33a34704771de2ab26a5910b1a88c6f.tar.gz upstream-fd95397ee33a34704771de2ab26a5910b1a88c6f.tar.bz2 upstream-fd95397ee33a34704771de2ab26a5910b1a88c6f.zip |
utils/tcpdump: Rework URLs
Add actual mirror and use main site as last resport
Source: http://www.tcpdump.org/mirrors.html
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | package/network/utils/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile index c026e636b0..df510ab164 100644 --- a/package/network/utils/tcpdump/Makefile +++ b/package/network/utils/tcpdump/Makefile @@ -12,8 +12,8 @@ PKG_VERSION:=4.9.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \ - http://www.at.tcpdump.org/ +PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \ + http://www.tcpdump.org/release/ PKG_HASH:=eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |