mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
Updated the OpenSSL bucket to the current version. The old one is not available any more from the download site (it leads to an HTTP 404 error).
19 lines
693 B
JSON
19 lines
693 B
JSON
{
|
|
"homepage": "http://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.0.2e",
|
|
"license": "https://www.openssl.org/source/license.html",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://slproweb.com/download/Win64OpenSSL-1_0_2e.exe",
|
|
"hash": "21ce9fd78387030016b584205f6b6e3ca33e502d4c685c297b72f849ab129aa4"
|
|
},
|
|
"32bit": {
|
|
"url": "http://slproweb.com/download/Win32OpenSSL-1_0_2e.exe",
|
|
"hash": "f4137428371ccfb339c90bc335993d124cb11179376a72bdc8db79b35162d33e"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\openssl.exe",
|
|
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^ ]+) Light</a>"
|
|
}
|