ScoopInstaller_Main/openssl.json
2016-09-27 07:53:55 +10:00

20 lines
716 B
JSON

{
"homepage": "http://slproweb.com/products/Win32OpenSSL.html",
"version": "1.1.0b",
"license": "https://www.openssl.org/source/license.html",
"architecture": {
"64bit": {
"url": "http://slproweb.com/download/Win64OpenSSL-1_1_0b.exe",
"hash": "53f61ee3176495364df80c57ec928578136a743d8d460f6c6bae09c2a6eed1c6"
},
"32bit": {
"url": "http://slproweb.com/download/Win32OpenSSL-1_1_0b.exe",
"hash": "979073311cd70be8ea7f95cd20adadb159462cba574ba69df36cbfbc8c1076c6"
}
},
"innosetup": true,
"bin": "bin\\openssl.exe",
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
"env_add_path": "bin"
}