2019-09-11 15:01:07 +00:00

41 lines
1.4 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "1.1.1d",
"license": {
"identifier": "OpenSSL|Freeware",
"url": "https://www.openssl.org/source/license-openssl-ssleay.txt"
},
"description": "TLS/SSL toolkit",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_1d.exe",
"hash": "6a619c3048dd1e942b9fe55a376a661c083cb2c5b75246ae3592d83c6d6e61b7"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1d.exe",
"hash": "c422ac48d814ad1ba0d9b0047342001f6f2794705ae99d7daab7e93217c999fa"
}
},
"innosetup": true,
"bin": "bin\\openssl.exe",
"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'].sha256",
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json"
}
}
}