php-nts: Update to version 7.2.13

This commit is contained in:
Richard Kuhnt 2018-12-06 02:00:26 +00:00
parent 4052ef5fb0
commit 25b34396dd

View File

@ -4,15 +4,15 @@
"identifier": "PHP-3.01", "identifier": "PHP-3.01",
"url": "https://secure.php.net/license/" "url": "https://secure.php.net/license/"
}, },
"version": "7.2.12", "version": "7.2.13",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://windows.php.net/downloads/releases/php-7.2.12-nts-Win32-VC15-x64.zip", "url": "https://windows.php.net/downloads/releases/php-7.2.13-nts-Win32-VC15-x64.zip",
"hash": "d911f377c1dcdd0a62d235db064baac0317851dec3bb1b60b22916045de4728c" "hash": "559bcee2dd1aab439164a7dc5b7e17c96937c744d02cd035e1d04b055197f7ff"
}, },
"32bit": { "32bit": {
"url": "https://windows.php.net/downloads/releases/php-7.2.12-nts-Win32-VC15-x86.zip", "url": "https://windows.php.net/downloads/releases/php-7.2.13-nts-Win32-VC15-x86.zip",
"hash": "f799fbe7aae8939e3eba3c9814777dca7e641554cf6fee9dcf1dd9c3c792e027" "hash": "51a6bde8241a56d5396717d87857c14e0987e2c503c5c465d2f4bee71a338f72"
} }
}, },
"bin": [ "bin": [
@ -63,8 +63,6 @@
} }
}, },
"suggest": { "suggest": {
"vcredist": [ "vcredist": "extras/vcredist2017"
"extras/vcredist2017"
]
} }
} }