mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.1.1b",
|
|
"license": "OpenSSL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_1b.exe",
|
|
"hash": "a04f2f34ff8a1512b9da5585adc25ec215f5f00d1768b280c6165ecfff820d2a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1b.exe",
|
|
"hash": "e88d3d6a0c2cbf917f83248e3c2eff95be7413290b415d9c5d94899ac1e1be22"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|