ScoopInstaller_Main/openssl.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

38 lines
1.4 KiB
JSON

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