mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
52 lines
1.9 KiB
JSON
52 lines
1.9 KiB
JSON
{
|
|
"version": "3.0.16",
|
|
"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_16.exe",
|
|
"hash": "9a6edd3539948ddb51038bdd9f65a1db9a5713cd3e2bc7f8a1034de4f68a2617"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-3_0_16.exe",
|
|
"hash": "461b8a21a9aab39676db6fe064e93bf2de6b277229b8828f77eaf189b1a6e08b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://slproweb.com/download/Win64ARMOpenSSL-3_0_16.exe",
|
|
"hash": "5be66fd3d077b03676d8c250cba89aa1a869f49b95e33c4bed0e851503c5a6a3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|