mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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.
This commit is contained in:
parent
93e6e549c9
commit
afc8a9f4cc
4
php.json
4
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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user