ScoopInstaller_Main/bucket/openssl-lts-light.json
2025-05-18 19:10:07 +00:00

56 lines
2.1 KiB
JSON

{
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "3.0.16",
"license": "Apache-2.0",
"description": "TLS/SSL toolkit (3.0.X LTS Light)",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_0_16.exe",
"hash": "d213ae21f2bf3b0c20320ff0516a6e14e0d45105ab6da3a3b415ef15232fcc69"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_0_16.exe",
"hash": "0cd987aff227d175aec4c2aa961591906329b386eec8fb90611c1b861b1a86e6"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_0_16.exe",
"hash": "e4d29378ef5080ff52da26e4739b5c30b2e03c1dc65bad7558ee1a6fb4e62005"
}
},
"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"
}
}
}