mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
Merge pull request #144 from rasa/rasa-openssl
openssl: Fix autoupdate hash URL
This commit is contained in:
commit
55b4dcc5ed
@ -30,8 +30,8 @@
|
|||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"mode": "json",
|
"mode": "json",
|
||||||
"jp": "$.files.['$basename'].sha512",
|
"jp": "$.files.['$basename'].sha256",
|
||||||
"url": "$baseurl/win32_openssl_hashes.json"
|
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user