mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
openssl: Fix autoupdate hash URL
This commit is contained in:
parent
bc5de1d716
commit
088e66135b
@ -30,8 +30,8 @@
|
||||
},
|
||||
"hash": {
|
||||
"mode": "json",
|
||||
"jp": "$.files.['$basename'].sha512",
|
||||
"url": "$baseurl/win32_openssl_hashes.json"
|
||||
"jp": "$.files.['$basename'].sha256",
|
||||
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user