mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 16:41:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.1.1a",
|
|
"license": "OpenSSL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_1a.exe",
|
|
"hash": "sha512:a5fb33664633161377210183ec27b5845b99161e3ce54ce3d32a3906676c03ac4177d32223986884da60e0c9e2d7fcc7ee66c29b620df544e6df9a3cc1d6075f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_1a.exe",
|
|
"hash": "sha512:f97700ac81e80dc91f194a39e7b3c03533778c8ff0f40a53333ec3c760f72c7559f8dd2df0c5b786fdf284a05faa91fb4fc58bcff8d923bbc300b7965c4eb69f"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\openssl.exe",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
|
},
|
|
"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'].sha512",
|
|
"url": "$baseurl/win32_openssl_hashes.json"
|
|
}
|
|
}
|
|
}
|