diff --git a/dig.json b/dig.json index 8c6f95c7fa..8c9860c203 100644 --- a/dig.json +++ b/dig.json @@ -12,5 +12,10 @@ "hash": "7b92b9e3f9fe4cca69feeed73305151f4bdc09c9cbb5858671da2b7fd8a05fe2" } }, - "bin": "dig.exe" + "bin": "dig.exe", + "suggest": { + "vcredist": [ + "extras/vcredist2012" + ] + } } diff --git a/php-nts.json b/php-nts.json index 167e132a49..89d4f06ca0 100644 --- a/php-nts.json +++ b/php-nts.json @@ -4,24 +4,12 @@ "license": "http://www.php.net/license/", "architecture": { "64bit": { - "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" - ] + "url": "http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x64.zip", + "hash": "sha1:4000132114cecdec82c83b09aed6a962ed928e0b" }, "32bit": { - "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" - ] + "url": "http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x86.zip", + "hash": "sha1:d7089c0d342a663ffea1a4e5973ef55b3b4b8ba8" } }, "bin": [ @@ -72,5 +60,10 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) { "url": "http://windows.php.net/downloads/releases/sha1sum.txt", "find": "([a-z0-9]{40})\\s+(?:$basename)" } + }, + "suggest": { + "vcredist": [ + "extras/vcredist2017" + ] } } diff --git a/php.json b/php.json index cbcc74cee6..cbeb043a4d 100644 --- a/php.json +++ b/php.json @@ -4,24 +4,12 @@ "license": "http://www.php.net/license/", "architecture": { "64bit": { - "url": [ - "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip", - "https://r15ch13.keybase.pub/vcredist/2017/x64/vcruntime140.dll" - ], - "hash": [ - "sha1:383c79286a3ab143388d12ba89a9e3418796fa4f", - "56de253172b2ff70ba89cc0544e09c6dd34d6793231c09aa6dfaac755535f45f" - ] + "url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip", + "hash": "sha1:383c79286a3ab143388d12ba89a9e3418796fa4f" }, "32bit": { - "url": [ - "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip", - "https://r15ch13.keybase.pub/vcredist/2017/x86/vcruntime140.dll" - ], - "hash": [ - "sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716", - "cdc006fc80c4437d009b8c72008a443a9ee5bce383d8b3dc16aeec0e081cfe32" - ] + "url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip", + "hash": "sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716" } }, "bin": [ @@ -72,5 +60,10 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) { "url": "http://windows.php.net/downloads/releases/sha1sum.txt", "find": "([a-z0-9]{40})\\s+(?:$basename)" } + }, + "suggest": { + "vcredist": [ + "extras/vcredist2017" + ] } }