From: Tim Yardley Date: Wed, 16 Jan 2008 17:14:36 +0000 (+0000) Subject: bump php5 to 5.2.5 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=314f24af555f40020b80b614b6c9bb13b71969bb;p=openwrt%2Fsvn-archive%2Fpackages.git bump php5 to 5.2.5 SVN-Revision: 10212 --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 1833ac269..51201df21 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=5.2.4 +PKG_VERSION:=5.2.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=55c97a671fdabf462cc7a82971a656d2 +PKG_MD5SUM:=1fe14ca892460b09f06729941a1bb605 include $(INCLUDE_DIR)/package.mk