mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
Fix vcruntime140 urls for php
Fix php-nts manifest
This commit is contained in:
parent
c1be399628
commit
6c011ed6c7
35
php-nts.json
35
php-nts.json
@ -4,19 +4,40 @@
|
||||
"license": "http://www.php.net/license/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip",
|
||||
"hash": "sha1:383c79286a3ab143388d12ba89a9e3418796fa4f"
|
||||
"url": [
|
||||
"http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x64.zip",
|
||||
"https://r15ch13.keybase.pub/vcredist/2017/x64/vcruntime140.dll"
|
||||
],
|
||||
"hash": [
|
||||
"sha1:4000132114cecdec82c83b09aed6a962ed928e0b",
|
||||
"56de253172b2ff70ba89cc0544e09c6dd34d6793231c09aa6dfaac755535f45f"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip",
|
||||
"hash": "sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716"
|
||||
"url": [
|
||||
"http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x86.zip",
|
||||
"https://r15ch13.keybase.pub/vcredist/2017/x86/vcruntime140.dll"
|
||||
],
|
||||
"hash": [
|
||||
"sha1:d7089c0d342a663ffea1a4e5973ef55b3b4b8ba8",
|
||||
"cdc006fc80c4437d009b8c72008a443a9ee5bce383d8b3dc16aeec0e081cfe32"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
"php.exe",
|
||||
"php-cgi.exe"
|
||||
],
|
||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
||||
"env_set": {
|
||||
"PHP_INI_SCAN_DIR": "$dir\\..\\conf"
|
||||
},
|
||||
"post_install": "
|
||||
#Copy PHP configuration file to expected location
|
||||
cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"
|
||||
|
||||
#Enable extensions to be found in installation-relative folder (the default is to search C:/php)
|
||||
(gc \"$dir\\php.ini\") | % { $_ -replace '; extension_dir = \"ext\"', 'extension_dir = \"ext\"' } | sc \"$dir\\php.ini\"
|
||||
",
|
||||
"checkver": {
|
||||
"url": "http://windows.php.net/download/",
|
||||
"re": "<h3 id=\"php-7.1\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
||||
@ -24,10 +45,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC14-x64.zip"
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC14-x64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC14-x86.zip"
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC14-x86.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
10
php.json
10
php.json
@ -1,26 +1,26 @@
|
||||
{
|
||||
"homepage": "http://windows.php.net",
|
||||
"version": "7.1.3",
|
||||
"license": "https://www.php.net/license/",
|
||||
"license": "http://www.php.net/license/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip",
|
||||
"https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll"
|
||||
"https://r15ch13.keybase.pub/vcredist/2017/x64/vcruntime140.dll"
|
||||
],
|
||||
"hash": [
|
||||
"sha1:383c79286a3ab143388d12ba89a9e3418796fa4f",
|
||||
"acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c"
|
||||
"56de253172b2ff70ba89cc0544e09c6dd34d6793231c09aa6dfaac755535f45f"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": [
|
||||
"http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip",
|
||||
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll"
|
||||
"https://r15ch13.keybase.pub/vcredist/2017/x86/vcruntime140.dll"
|
||||
],
|
||||
"hash": [
|
||||
"sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716",
|
||||
"b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e"
|
||||
"cdc006fc80c4437d009b8c72008a443a9ee5bce383d8b3dc16aeec0e081cfe32"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user