From: Vicente Olivert Riera Date: Thu, 21 Jul 2016 11:23:07 +0000 (+0100) Subject: php: bump version to 7.0.9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac43e455fe37a872398fc6552d39aed3cd84009e;p=buildroot.git php: bump version to 7.0.9 Signed-off-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- diff --git a/package/php/php.hash b/package/php/php.hash index f3718f1309..6e146f8169 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,2 +1,2 @@ # From http://php.net/downloads.php -sha256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394 php-7.0.8.tar.xz +sha256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d php-7.0.9.tar.xz diff --git a/package/php/php.mk b/package/php/php.mk index f5cb224374..d7e27a13dc 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.0.8 +PHP_VERSION = 7.0.9 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES