mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 06:21:21 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.1.1e",
|
|
"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_1e.exe",
|
|
"hash": "757a3b38370362df05756e45249f96c3193a387f04a650a7001b365f4eb11f10"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1e.exe",
|
|
"hash": "b4d325f3fb43deb9f7a3bc2ba1b14c9029212b3865430eeb2fdbca86e1b76008"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\openssl.exe",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
|
},
|
|
"env_add_path": "bin",
|
|
"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"
|
|
}
|
|
}
|
|
}
|