ScoopInstaller_Main/openssl.json
Thomas Konrad 3933769037 Update to OpenSSL 1.0.2e.
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).
2015-12-23 08:59:50 +01:00

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>"
}