diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-02-05 17:30:49 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-02-05 17:30:49 +0000 |
| commit | 2576ba4795a8222f93323146bab878119f1ca317 (patch) | |
| tree | 45b5b4c67b5d25f521147e3313f8c2ef0b881343 /openwrt/package/libpcap/Makefile | |
| parent | f8c8700d6044a2b74289c15c28c4144c87fd293f (diff) | |
| download | mtk-20170518-2576ba4795a8222f93323146bab878119f1ca317.zip mtk-20170518-2576ba4795a8222f93323146bab878119f1ca317.tar.gz mtk-20170518-2576ba4795a8222f93323146bab878119f1ca317.tar.bz2 | |
Updated libpcap to 0.9.4, tcpdump to 3.9.4
SVN-Revision: 3139
Diffstat (limited to 'openwrt/package/libpcap/Makefile')
| -rw-r--r-- | openwrt/package/libpcap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 670bca0..67bc3f7 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/package/libpcap/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap -PKG_VERSION:=0.8.3 -PKG_RELEASE:=2 -PKG_MD5SUM:=56a9d4615d8354fcfe8cff8c8443c77b +PKG_VERSION:=0.9.4 +PKG_RELEASE:=1 +PKG_MD5SUM:=79025766e8027df154cb1f32de8a7974 PKG_SOURCE_URL:=http://www.tcpdump.org/release/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
