diff options
author | p-wassi <p.wassi@gmx.at> | 2016-12-10 11:10:03 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-12 10:22:19 +0100 |
commit | a4a00d794fe4cab37ad4da1421fcb5f9e8a6af4e (patch) | |
tree | 09339acc4c0ded141358986ca90b018ddee06c8a /package/network/utils/tcpdump/Makefile | |
parent | 64590f3c7ec8873ab976c795841571217b79a67c (diff) | |
download | upstream-a4a00d794fe4cab37ad4da1421fcb5f9e8a6af4e.tar.gz upstream-a4a00d794fe4cab37ad4da1421fcb5f9e8a6af4e.tar.bz2 upstream-a4a00d794fe4cab37ad4da1421fcb5f9e8a6af4e.zip |
net/utils/tcpdump: update to 4.8.1
Update tcpdump to upstream release 4.8.1
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'package/network/utils/tcpdump/Makefile')
-rw-r--r-- | package/network/utils/tcpdump/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile index d0a05e0618..dc6591bf71 100644 --- a/package/network/utils/tcpdump/Makefile +++ b/package/network/utils/tcpdump/Makefile @@ -8,15 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpdump -PKG_VERSION:=4.5.1 -PKG_RELEASE:=4 +PKG_VERSION:=4.8.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \ - http://ftp.gwdg.de/pub/misc/tcpdump/ \ - http://www.at.tcpdump.org/ \ - http://www.br.tcpdump.org/ -PKG_MD5SUM:=973a2513d0076e34aa9da7e15ed98e1b + http://www.at.tcpdump.org/ +PKG_MD5SUM:=32f57943649f276e09236ba66622bb0c PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 |