diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-26 23:38:52 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-27 00:49:08 +0100 |
commit | 18bdfc803bef00fad03f90b73b6e65c3c79cb397 (patch) | |
tree | af477442dc95a45a111b06f06816cbce8e845abf /package/network/utils/tcpdump/Makefile | |
parent | 397dfe4a97e61b87f909181ba60b6187d758635f (diff) | |
download | upstream-18bdfc803bef00fad03f90b73b6e65c3c79cb397.tar.gz upstream-18bdfc803bef00fad03f90b73b6e65c3c79cb397.tar.bz2 upstream-18bdfc803bef00fad03f90b73b6e65c3c79cb397.zip |
tcpdump: libpcap: Remove http://www.us.tcpdump.org mirror
The http://www.us.tcpdump.org mirror will go offline soon, only use the
normal download URL.
Reported-by: Denis Ovsienko <denis@ovsienko.info>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/utils/tcpdump/Makefile')
-rw-r--r-- | package/network/utils/tcpdump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile index f333cf98d2..a14fb9a1b7 100644 --- a/package/network/utils/tcpdump/Makefile +++ b/package/network/utils/tcpdump/Makefile @@ -12,8 +12,7 @@ PKG_VERSION:=4.9.3 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \ - http://www.tcpdump.org/release/ +PKG_SOURCE_URL:=http://www.tcpdump.org/release/ PKG_HASH:=2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> |