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

56 lines
2.1 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "3.5.1",
"license": "Apache-2.0",
"description": "TLS/SSL toolkit (Light)",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_5_1.exe",
"hash": "1d800a2074e6f8fc5ccc7488ab279290de292a36cd03dbab4be528c0b9e59cba"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_5_1.exe",
"hash": "4d2f74c46af55cbc0f62a67ce19020ee637d546a868e3143a7373ab14c93ddb9"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_5_1.exe",
"hash": "69f4ad917b6b64e197519a060048b38d30fa6c2b4ab5300ea8c0aa6d8310b16e"
}
},
"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"
}
}
}