mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 23:11:19 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "3.1.3",
|
|
"description": "TLS/SSL toolkit",
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://slproweb.com/download/Win64OpenSSL-3_1_3.exe",
|
|
"hash": "8ad4560ba80041b02469c6e77d5e4e1e0744d4a9c20a7c026eb82d1982d588e2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-3_1_3.exe",
|
|
"hash": "6392df4333c25cb7f3cff9c831c14f7490a8c866acb4cc814c09566f83013f89"
|
|
}
|
|
},
|
|
"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": "Win32 OpenSSL v([^\\s]+)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
|
"jsonpath": "$.files.['$basename'].sha256"
|
|
}
|
|
}
|
|
}
|