mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.1.1d",
|
|
"license": {
|
|
"identifier": "OpenSSL|Freeware",
|
|
"url": "https://www.openssl.org/source/license-openssl-ssleay.txt"
|
|
},
|
|
"description": "TLS/SSL toolkit",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_1d.exe",
|
|
"hash": "6afa17d0768cf91b6f69f31fbc67cab1ac2e3f40ccaaadb7a9d6c7fc37b38492"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1d.exe",
|
|
"hash": "414fb64197a60b4167b367a5b7975511231c439b9d0237625450cb87d47550ab"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\openssl.exe",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
|
},
|
|
"env_add_path": "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": {
|
|
"mode": "json",
|
|
"jp": "$.files.['$basename'].sha256",
|
|
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json"
|
|
}
|
|
}
|
|
}
|