From ad93f843223b299dcb065b84772d71763bf7dbd7 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 21 Jan 2013 15:27:54 +0000 Subject: [PATCH] [packages] php5: upgrade to 5.4.10 Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/packages@35283 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/php5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index cc5ef2ba3..ca0547c0d 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=5.4.8 +PKG_VERSION:=5.4.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=bb8c816a9299be8995255ef70c63b800 +PKG_MD5SUM:=cb716b657a30570b9b468b9e7bc551a1 PKG_FIXUP:=libtool no-autoreconf PKG_BUILD_PARALLEL:=1