mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
52 lines
1.9 KiB
JSON
52 lines
1.9 KiB
JSON
{
|
|
"version": "3.0.17",
|
|
"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_17.exe",
|
|
"hash": "25fae41457de3a878b23510e222fe29e331fda986031194abc8c14e8a3406eae"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-3_0_17.exe",
|
|
"hash": "595a6ebbf4bf61f4cc6d387da0f698c2f96be7c52bd41b2e80d6c48fca8d6fea"
|
|
},
|
|
"arm64": {
|
|
"url": "https://slproweb.com/download/Win64ARMOpenSSL-3_0_17.exe",
|
|
"hash": "ff3d7083635e105c61616c9432e28b47437fbb12383b75946c6dfb4271b8df5d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|