ScoopInstaller_Main/bucket/openssl-light.json
2025-08-06 00:44:05 +00:00

56 lines
2.1 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "3.5.2",
"license": "Apache-2.0",
"description": "TLS/SSL toolkit (Light)",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_5_2.exe",
"hash": "2487fa5d454952c4cbebe32d81bc337f6f50ea0d7b1a70790f0f060ed3d01c39"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_5_2.exe",
"hash": "b864741e7cd6b353e370faa793c6a539d43be3ee7c5e797e298a3dda70bac9db"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_5_2.exe",
"hash": "3ba57c9516a266e6b2bc6792a9deca8c33eaba586dc83fef53b7beedeed74814"
}
},
"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"
}
}
}