ScoopInstaller_Main/bucket/openssl-light.json
2025-10-09 00:37:39 +00:00

56 lines
2.1 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "3.6.0",
"license": "Apache-2.0",
"description": "TLS/SSL toolkit (Light)",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_6_0.exe",
"hash": "b995a5fbbd9a3d03bf33f974496749e5743abae97e5561b814e1adf72306dce7"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_6_0.exe",
"hash": "453d9f2352fb5c17ca1912b2c262d189923568bd8f8f8c991d772e60b25c3dac"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_6_0.exe",
"hash": "27d16896d67e2cd0afa72ba60c23b5c649b2af9c615f274d89eee2b704d73009"
}
},
"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": "([\\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"
}
}
}