ScoopInstaller_Main/bucket/openssl-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.6.1",
"license": "Apache-2.0",
"description": "TLS/SSL toolkit (Light)",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_6_1.exe",
"hash": "68b55c17983bd4a7da606cd037ef7228a4650023e1df6a3415ff94c7144999c4"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_6_1.exe",
"hash": "9ea1f8350d3a8484d9a5c834d73a3e1f38c7126cb523d840ca7bb99885bf0d5f"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_6_1.exe",
"hash": "88f8ac59c9f414c2450433ad40b218dfad30467c0deb43eec7916c3f0118cfc9"
}
},
"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"
}
}
}