diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-11-08 21:39:06 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-08 22:18:07 +0100 |
commit | d383a73a8e5f45f291afda56af912ab088f2f255 (patch) | |
tree | 375097b91e3992c060c2865ac8d473713f518ef4 /package/php/php.mk | |
parent | 3c85e9044b32a8ddcf01c499d23c82aa82c90ca1 (diff) | |
download | buildroot-d383a73a8e5f45f291afda56af912ab088f2f255.tar.gz buildroot-d383a73a8e5f45f291afda56af912ab088f2f255.zip |
package/php: bump version to 7.2.12
Changelog: http://www.php.net/ChangeLog-7.php#7.2.12
Rebased patch 0004 and updated license hash after white space removal:
https://github.com/php/php-src/commit/902d39a3a79c6efe93c8879575fdd5a759cf03de
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 bd1835f65f..ae7e742b65 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.2.11 +PHP_VERSION = 7.2.12 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |