ScoopInstaller_Main/bucket/openssl-lts.json
2026-01-28 20:32:18 +00:00

52 lines
1.9 KiB
JSON

{
"version": "3.0.19",
"description": "TLS/SSL toolkit (3.0.X LTS)",
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-3_0_19.exe",
"hash": "953a85bfc0479a6769a1153b3b4916d10d375e06a12a503ad055e0a5708585fa"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-3_0_19.exe",
"hash": "728b3676082cedab922555148f2304e90289a2b7ff8d5f32dd5e93e932ec5daf"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL-3_0_19.exe",
"hash": "7126a1b2ea25162600aba12765043362377fd8f2fa8e75a1d03e7ce2fcf4b92d"
}
},
"innosetup": true,
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
"OPENSSL_LIB_DIR": "$dir\\lib",
"OPENSSL_INCLUDE_DIR": "$dir\\include",
"OPENSSL_MODULES": "$dir\\bin"
},
"checkver": {
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
"jsonpath": "$.files..basever",
"regex": "(3\\.0\\.([\\d.]+))",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL-$underscoreVersion.exe"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
"jsonpath": "$.files.['$basename'].sha256"
}
}
}