diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 09:51:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 09:51:08 +0000 |
commit | 0a4a02076447c59c5f86585168665c8b7f3ed95a (patch) | |
tree | c0d6ff8ec1941693e48aaa49ab5d2565b654f767 /package/libpcap/Makefile | |
parent | 91f488237886630ea02cdec070e12ecd291da9c4 (diff) | |
download | upstream-0a4a02076447c59c5f86585168665c8b7f3ed95a.tar.gz upstream-0a4a02076447c59c5f86585168665c8b7f3ed95a.tar.bz2 upstream-0a4a02076447c59c5f86585168665c8b7f3ed95a.zip |
[PATCH] Update libpcap to version 1.1.1
Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index a885f90c7f..c2a3b74b1c 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap -PKG_VERSION:=1.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.1.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tcpdump.org/release/ -PKG_MD5SUM:=9ad1358c5dec48456405eac197a46d3d +PKG_MD5SUM:=1bca27d206970badae248cfa471bbb47 PKG_INSTALL:=1 |