mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
20 lines
713 B
JSON
20 lines
713 B
JSON
{
|
|
"homepage": "http://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.1.0",
|
|
"license": "https://www.openssl.org/source/license.html",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://slproweb.com/download/Win64OpenSSL-1_1_0.exe",
|
|
"hash": "4E788AF11E850F81FB01A45C16CC7843D213337AD90B931AB45D3C1CC33BCB90"
|
|
},
|
|
"32bit": {
|
|
"url": "http://slproweb.com/download/Win32OpenSSL-1_1_0.exe",
|
|
"hash": "2A9EFC90DEF79348AB7AD602357B312DC4305349C1ABF3CC1ECA251214DF18D8"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\openssl.exe",
|
|
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
|
|
"env_add_path": "bin"
|
|
}
|