ScoopInstaller_Main/bucket/openssl-lts-light.json
2025-07-02 04:30:18 +00:00

56 lines
2.1 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "3.0.17",
"license": "Apache-2.0",
"description": "TLS/SSL toolkit (3.0.X LTS Light)",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_0_17.exe",
"hash": "3d1b9da1704afd318bb5bb0e81da334069f7cff90c86ee59072f82c7bcea3950"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_0_17.exe",
"hash": "d4aec7fe3f220aa3f1375ab87ec58e4ba1d0c121564f01a7278bc4458d31fcc5"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_0_17.exe",
"hash": "fc00454547a1cdef17725a63077638e6a12c9b381830685b730e6913608f5e05"
}
},
"depends": "innounp",
"installer": {
"script": [
"Expand-InnoArchive -Path \"$dir\\$fname\"",
"Expand-InnoArchive -Path \"$dir\\$fname\" -DestinationPath \"$dir\\bin\" -ExtractDir '{cf}' -Removal",
"Rename-Item \"$dir\\bin\\SSL\" 'cnf' -Force"
]
},
"bin": "bin\\openssl.exe",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
},
"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_Light-$underscoreVersion.exe"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-$underscoreVersion.exe"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-$underscoreVersion.exe"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
"jsonpath": "$.files.['$basename'].sha256"
}
}
}