From 45b39cad48beabdc84d4c7f19fc40cb7a8ee5309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 6 Jan 2021 06:46:43 +0100 Subject: [PATCH] php: Update to version 8.0.1 --- bucket/php.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/php.json b/bucket/php.json index d33c02aaaa..07e25f8c0a 100644 --- a/bucket/php.json +++ b/bucket/php.json @@ -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)", + "homepage": "https://windows.php.net/", "license": "PHP-3.01", - "version": "8.0.0", "architecture": { "64bit": { - "url": "https://windows.php.net/downloads/releases/php-8.0.0-Win32-vs16-x64.zip", - "hash": "712d36f5f40f128e0d5fc7dca03f2386c9f39cd250ecd1a25fb574d3d28ffa49" + "url": "https://windows.php.net/downloads/releases/php-8.0.1-Win32-vs16-x64.zip", + "hash": "88e559d869dc4acd7e8d9ae71090d82cf7e6271c1c2e9c3e08c9147fb8766261" }, "32bit": { - "url": "https://windows.php.net/downloads/releases/php-8.0.0-Win32-vs16-x86.zip", - "hash": "63d53a937c6d7e5b056012e25911b0d0cb576cd3f16b104d0e9500e581283729" + "url": "https://windows.php.net/downloads/releases/php-8.0.1-Win32-vs16-x86.zip", + "hash": "b485642814681ce6dcaea22acc0aaae4334f0c1923f296f26323940a269833e2" } }, "bin": [ @@ -40,7 +40,7 @@ ], "checkver": { "url": "https://windows.php.net/download/", - "re": "

.*?\\(([\\d.]+)\\)

" + "regex": "

.*?\\(([\\d.]+)\\)

" }, "autoupdate": { "architecture": {