ScoopInstaller_Main/bucket/openssl-lts.json
2025-10-01 00:42:25 +00:00

52 lines
1.9 KiB
JSON

{
"version": "3.0.18",
"description": "TLS/SSL toolkit (3.0.X LTS)",
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-3_0_18.exe",
"hash": "01f06d89f2705e84b1b2a7e3b5c3a726578db57fb51ba550808095f16df79936"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-3_0_18.exe",
"hash": "35f6522a1b6f913390b6cda07f6a3a8a188705b91e7f20bfa368abde2c327dd0"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL-3_0_18.exe",
"hash": "95231442aed5ee6b3f083680093e8e664fbf938b5d79416fa966988f671c0fe8"
}
},
"innosetup": true,
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
"OPENSSL_LIB_DIR": "$dir\\lib",
"OPENSSL_INCLUDE_DIR": "$dir\\include",
"OPENSSL_MODULES": "$dir\\bin"
},
"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-$underscoreVersion.exe"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
},
"arm64": {
"url": "https://slproweb.com/download/Win64ARMOpenSSL-$underscoreVersion.exe"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
"jsonpath": "$.files.['$basename'].sha256"
}
}
}