ScoopInstaller_Main/openssl-slp.json

38 lines
1.4 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "1.1.0i",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_0i.exe",
"hash": "sha512:c416dc3a363d959841c551cc401514c46f6c2cb534f2d3912a03c3fcca039a43705e8732f9e3370d3dbd895169536318f63754d21566f2a31b876fbd1d1ab9f1"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_0i.exe",
"hash": "sha512:45f7b3ad2f6cb463e0d792c4fc6b15f422f243bcb4c8f11516f5f7c6c747ac18c903e66c26c2dc9b01bae5c43b84b0c640904b37cf2ddd74a2c9daa22402a548"
}
},
"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"
}
}
}