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

56 lines
2.1 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "3.0.19",
"license": "Apache-2.0",
"description": "TLS/SSL toolkit (3.0.X LTS Light)",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_0_19.exe",
"hash": "6f2c1ee6987cee8348dd00a3a4fc84fc696d7ef72e388b02ff852a85b71171e7"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_0_19.exe",
"hash": "510a6f8585b8b91601b47169bfaa9989a87ea34600f35e15ddaa66ec78186455"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_0_19.exe",
"hash": "9cf12f5742559cbd84825eedb3a9d7721870b1ba9b0f9ac2209fff914bb38db9"
}
},
"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"
}
}
}