mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.1.1f",
|
|
"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_1f.exe",
|
|
"hash": "3571bf0fc253312fb7289a12d0f543e5a63846bc628cf94b0bf25f73cf5fd641"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1f.exe",
|
|
"hash": "a62e09547f89741e449402eb3688235d909cb6b29f8c631495b5f58bf52d4e5c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|