[packages] pcre: update to 8.01
authorrhk <rhk@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 14:55:39 +0000 (14:55 +0000)
committerrhk <rhk@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 14:55:39 +0000 (14:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19600 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/pcre/Makefile

index fba7b25..2d6899f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 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:=8.00
+PKG_VERSION:=8.01
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/pcre
-PKG_MD5SUM:=caf564aa69d68e965e9bf0ff2a094c65
+PKG_MD5SUM:=413be1c23dabe91f637fb3770f640006
 
 include $(INCLUDE_DIR)/package.mk