From afc8a9f4cc0d1e27e70e2d46b39691ea8b774a0b Mon Sep 17 00:00:00 2001 From: Lucas Tadeu Teixeira Date: Tue, 19 Apr 2016 23:10:31 -0300 Subject: [PATCH] Fix URL to 64-bit vcruntime140.dll in php.json (#798) The repository that used to hold the .dll file no longer exists. This changes the URL to the .dll file and updates the hash to the new file's md5 hash. --- php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.json b/php.json index 02a26f4c13..2a4ba65cd5 100644 --- a/php.json +++ b/php.json @@ -6,11 +6,11 @@ "64bit": { "url": [ "http://windows.php.net/downloads/releases/php-7.0.5-Win32-VC14-x64.zip", - "https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/64-bit/vcruntime140.dll" + "https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll" ], "hash": [ "sha1:ef09d80e264a010d538cf88004acb68c52812a26", - "sha256:acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c" + "md5:6c2c88ff1b3da84b44d23a253a06c01b" ] }, "32bit": {