Add vcredist suggestions to php and dig

This commit is contained in:
Richard Kuhnt 2017-04-02 23:23:41 +02:00
parent 619d20a0da
commit 15d8b1576a
3 changed files with 24 additions and 33 deletions

View File

@ -12,5 +12,10 @@
"hash": "7b92b9e3f9fe4cca69feeed73305151f4bdc09c9cbb5858671da2b7fd8a05fe2" "hash": "7b92b9e3f9fe4cca69feeed73305151f4bdc09c9cbb5858671da2b7fd8a05fe2"
} }
}, },
"bin": "dig.exe" "bin": "dig.exe",
"suggest": {
"vcredist": [
"extras/vcredist2012"
]
}
} }

View File

@ -4,24 +4,12 @@
"license": "http://www.php.net/license/", "license": "http://www.php.net/license/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": "http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x64.zip",
"http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x64.zip", "hash": "sha1:4000132114cecdec82c83b09aed6a962ed928e0b"
"https://r15ch13.keybase.pub/vcredist/2017/x64/vcruntime140.dll"
],
"hash": [
"sha1:4000132114cecdec82c83b09aed6a962ed928e0b",
"56de253172b2ff70ba89cc0544e09c6dd34d6793231c09aa6dfaac755535f45f"
]
}, },
"32bit": { "32bit": {
"url": [ "url": "http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x86.zip",
"http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x86.zip", "hash": "sha1:d7089c0d342a663ffea1a4e5973ef55b3b4b8ba8"
"https://r15ch13.keybase.pub/vcredist/2017/x86/vcruntime140.dll"
],
"hash": [
"sha1:d7089c0d342a663ffea1a4e5973ef55b3b4b8ba8",
"cdc006fc80c4437d009b8c72008a443a9ee5bce383d8b3dc16aeec0e081cfe32"
]
} }
}, },
"bin": [ "bin": [
@ -72,5 +60,10 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) {
"url": "http://windows.php.net/downloads/releases/sha1sum.txt", "url": "http://windows.php.net/downloads/releases/sha1sum.txt",
"find": "([a-z0-9]{40})\\s+(?:$basename)" "find": "([a-z0-9]{40})\\s+(?:$basename)"
} }
},
"suggest": {
"vcredist": [
"extras/vcredist2017"
]
} }
} }

View File

@ -4,24 +4,12 @@
"license": "http://www.php.net/license/", "license": "http://www.php.net/license/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip",
"http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip", "hash": "sha1:383c79286a3ab143388d12ba89a9e3418796fa4f"
"https://r15ch13.keybase.pub/vcredist/2017/x64/vcruntime140.dll"
],
"hash": [
"sha1:383c79286a3ab143388d12ba89a9e3418796fa4f",
"56de253172b2ff70ba89cc0544e09c6dd34d6793231c09aa6dfaac755535f45f"
]
}, },
"32bit": { "32bit": {
"url": [ "url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip",
"http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip", "hash": "sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716"
"https://r15ch13.keybase.pub/vcredist/2017/x86/vcruntime140.dll"
],
"hash": [
"sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716",
"cdc006fc80c4437d009b8c72008a443a9ee5bce383d8b3dc16aeec0e081cfe32"
]
} }
}, },
"bin": [ "bin": [
@ -72,5 +60,10 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) {
"url": "http://windows.php.net/downloads/releases/sha1sum.txt", "url": "http://windows.php.net/downloads/releases/sha1sum.txt",
"find": "([a-z0-9]{40})\\s+(?:$basename)" "find": "([a-z0-9]{40})\\s+(?:$basename)"
} }
},
"suggest": {
"vcredist": [
"extras/vcredist2017"
]
} }
} }