From: Florian Fainelli Date: Sat, 28 Nov 2009 11:26:41 +0000 (+0000) Subject: [package] update libpcre to 8.0 (#6239) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a22a44ba17f34dd2668db68a725b8935b609390d;p=openwrt%2Fsvn-archive%2Farchive.git [package] update libpcre to 8.0 (#6239) SVN-Revision: 18572 --- diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile index 2521cc8d3d..fba7b25e52 100644 --- a/libs/pcre/Makefile +++ b/libs/pcre/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 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:=pcre -PKG_VERSION:=7.9 +PKG_VERSION:=8.00 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pcre -PKG_MD5SUM:=b6a9669d1863423f01ea46cdf00f93dc +PKG_MD5SUM:=caf564aa69d68e965e9bf0ff2a094c65 include $(INCLUDE_DIR)/package.mk