ScoopInstaller_Main/openssl-slp.json
2018-11-21 15:00:24 +00:00

38 lines
1.4 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "1.1.0j",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_0j.exe",
"hash": "sha512:66c5b77973be3e0e58f6d7e8a1831ad98070890b92dafd21f2d03e8af1d6c0422e8bbc66a27be7d96ec6a1c595257c5705dfe37c080ab862e3c12c969ac9e8e3"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_0j.exe",
"hash": "sha512:f56c6fd161f845efe41cab76ab1afae41d47186c359d45291f40369980a6f8659f4021f1d1fa64b2e08ca69fc4b4a6a61e59ed02291d302b5d4061df51d53a78"
}
},
"innosetup": true,
"bin": "bin\\openssl.exe",
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
},
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
}
},
"hash": {
"mode": "json",
"jp": "$.files.['$basename'].sha512",
"url": "$baseurl/win32_openssl_hashes.json"
}
}
}