diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-05 17:30:49 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-05 17:30:49 +0000 |
commit | 732d131e00881a90ba7ab77df04320cd7f6f8279 (patch) | |
tree | 215201a0b7e5b90440e8c797ee88d747e290c5a2 /openwrt/package/tcpdump/Makefile | |
parent | e659c3738ab3ec671a2870a3ae243f08fefcb9ea (diff) |
Updated libpcap to 0.9.4, tcpdump to 3.9.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3139 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/tcpdump/Makefile')
-rw-r--r-- | openwrt/package/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/tcpdump/Makefile b/openwrt/package/tcpdump/Makefile index fabd1500b..b19c0efe4 100644 --- a/openwrt/package/tcpdump/Makefile +++ b/openwrt/package/tcpdump/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpdump -PKG_VERSION:=3.8.3 +PKG_VERSION:=3.9.4 PKG_RELEASE:=1 -PKG_MD5SUM:=30645001f4b97019677cad88d3811904 +PKG_MD5SUM:=4b64755bbc8ba1af49c747271a6df5b8 PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \ http://ftp.gwdg.de/pub/misc/tcpdump/ \ |