php: Update to version 8.0.1

This commit is contained in:
Jakub Čábera 2021-01-06 06:46:43 +01:00
parent 7e86bf3228
commit 45b39cad48

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://windows.php.net/", "version": "8.0.1",
"description": "A popular general-purpose scripting language that is especially suited to web development. (thread safe)", "description": "A popular general-purpose scripting language that is especially suited to web development. (thread safe)",
"homepage": "https://windows.php.net/",
"license": "PHP-3.01", "license": "PHP-3.01",
"version": "8.0.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://windows.php.net/downloads/releases/php-8.0.0-Win32-vs16-x64.zip", "url": "https://windows.php.net/downloads/releases/php-8.0.1-Win32-vs16-x64.zip",
"hash": "712d36f5f40f128e0d5fc7dca03f2386c9f39cd250ecd1a25fb574d3d28ffa49" "hash": "88e559d869dc4acd7e8d9ae71090d82cf7e6271c1c2e9c3e08c9147fb8766261"
}, },
"32bit": { "32bit": {
"url": "https://windows.php.net/downloads/releases/php-8.0.0-Win32-vs16-x86.zip", "url": "https://windows.php.net/downloads/releases/php-8.0.1-Win32-vs16-x86.zip",
"hash": "63d53a937c6d7e5b056012e25911b0d0cb576cd3f16b104d0e9500e581283729" "hash": "b485642814681ce6dcaea22acc0aaae4334f0c1923f296f26323940a269833e2"
} }
}, },
"bin": [ "bin": [
@ -40,7 +40,7 @@
], ],
"checkver": { "checkver": {
"url": "https://windows.php.net/download/", "url": "https://windows.php.net/download/",
"re": "<h3 id=\"php-[\\d.]+\".*?>.*?\\(([\\d.]+)\\)</h3>" "regex": "<h3 id=\"php-[\\d.]+\".*?>.*?\\(([\\d.]+)\\)</h3>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {