diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-11-11 17:15:09 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-11 21:29:21 +0100 |
commit | cd59cb6b388d00865d0084e6a25eb306c0b5fdd3 (patch) | |
tree | 665054775bd6c7a58147b9af525973808e90c743 /package/php/php.mk | |
parent | f7afd935422ffd511a0e31827d56c6cb60aee23c (diff) | |
download | buildroot-cd59cb6b388d00865d0084e6a25eb306c0b5fdd3.tar.gz buildroot-cd59cb6b388d00865d0084e6a25eb306c0b5fdd3.zip |
php: bump version to 7.0.13
Release notes: http://php.net/ChangeLog-7.php#7.0.13
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index f85cb371c2..c8abe660ad 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.0.12 +PHP_VERSION = 7.0.13 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |