ScoopInstaller_Main/openssl.json
2019-02-12 07:00:21 +00:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "1.1.1a",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_1a.exe",
"hash": "sha512:07a88335c05104f3d923c813053f4b9345be5357a1f3c4b5c8bbf3f76cae7cca09176d84d91dd63ac26e94a73825298e88d1c6350921e350828f11437a90beb5"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1a.exe",
"hash": "sha512:ed8b123a87e595846c8fde14ce03ec57f4d21d73f01bcbe1f63ed41a62b27a7386e8e918a55bf88357c3dc877c23bafb7ba5a8cb34d32fec3273fe8be300e0c0"
}
},
"innosetup": true,
"bin": "bin\\openssl.exe",
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
},
"checkver": "Win32 OpenSSL v([^\\s]+)",
"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"
}
}
}