mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
php: update hash to sha256
This commit is contained in:
parent
a92b89a397
commit
6797cb1c88
@ -5,11 +5,11 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.6-nts-Win32-VC14-x64.zip",
|
||||
"hash": "sha1:f3136572b8a2e16124a307fc9d493b6f614c0d1b"
|
||||
"hash": "dcd1ba9b3bc70b68bf61c600174e1c356dcafb49b6b5896e14d5d537c39fb888"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.6-nts-Win32-VC14-x86.zip",
|
||||
"hash": "sha1:79ddfd52e23eaafa772b9c1b6266eff82aac4d55"
|
||||
"hash": "b61c6c9bf42106f9278c4948d6eabb7336869b172660d4915b39f610d161a81c"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -55,7 +55,7 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) {
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/sha1sum.txt"
|
||||
"url": "$baseurl/sha256sum.txt"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
6
php.json
6
php.json
@ -5,11 +5,11 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.6-Win32-VC14-x64.zip",
|
||||
"hash": "sha1:80fa1eb346c8c72a0b1d7690d676229fec385fcb"
|
||||
"hash": "db8d82c066c60a9588e96661a073a3fe5c0d574990d58f1aedbbb1de8c27cda1"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.6-Win32-VC14-x86.zip",
|
||||
"hash": "sha1:5408393a7527463701aa2576faab68396c4aab92"
|
||||
"hash": "d0a51dd11221f1729a6d11d32f95db1ae571cfeab71dee55e2048571f51f6a81"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -55,7 +55,7 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) {
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/sha1sum.txt"
|
||||
"url": "$baseurl/sha256sum.txt"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user