mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "1.1.1k",
|
|
"description": "TLS/SSL toolkit",
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"license": {
|
|
"identifier": "OpenSSL|Freeware",
|
|
"url": "https://www.openssl.org/source/license-openssl-ssleay.txt"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_1k.exe",
|
|
"hash": "e04b056b83572e8395aa680733fb988c6fc005b86e45f9ac0569796dfcbeaf13"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1k.exe",
|
|
"hash": "ff2e8168216e279b9a537d2281f7240ccf4629e23139d71d981af63bc537c9d9"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\openssl.exe",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
|
|
"OPENSSL_LIB_DIR": "$dir\\lib",
|
|
"OPENSSL_INCLUDE_DIR": "$dir\\include"
|
|
},
|
|
"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": {
|
|
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
|
"jsonpath": "$.files.['$basename'].sha256"
|
|
}
|
|
}
|
|
}
|