mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
fixing hash issue (#968)
When sha1 is used, we need to specify "sha1:" in the hash
This commit is contained in:
parent
7e4dfaea35
commit
a60c0534e5
4
php.json
4
php.json
@ -9,7 +9,7 @@
|
||||
"https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll"
|
||||
],
|
||||
"hash": [
|
||||
"8d4629bbbd07f29e5ab1665f4ce1c59b34e3a8e0",
|
||||
"sha1:8d4629bbbd07f29e5ab1665f4ce1c59b34e3a8e0",
|
||||
"acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c"
|
||||
]
|
||||
},
|
||||
@ -19,7 +19,7 @@
|
||||
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll"
|
||||
],
|
||||
"hash": [
|
||||
"7fc3b5e2ef75f7aa8cde22d6a775664bcc690f05",
|
||||
"sha1:7fc3b5e2ef75f7aa8cde22d6a775664bcc690f05",
|
||||
"b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user