php: bump to version 5.5.17

Add hash and switch to xz download for space savings.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-09-19 09:31:19 -03:00 committed by Peter Korsgaard
parent d60489a6e5
commit 3b423f3b02
2 changed files with 4 additions and 1 deletions

2
package/php/php.hash Normal file
View File

@ -0,0 +1,2 @@
# From http://php.net/downloads.php
md5 e5f25dae73004658533ee7701a527bd0 php-5.5.17.tar.xz

View File

@ -4,8 +4,9 @@
#
################################################################################
PHP_VERSION = 5.5.16
PHP_VERSION = 5.5.17
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install
PHP_INSTALL_TARGET_OPT = INSTALL_ROOT=$(TARGET_DIR) install