mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
|
"version": "1.1.0g",
|
|
"license": "https://www.openssl.org/source/license.html",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_0g.exe",
|
|
"hash": "sha512:40ae1314c2665819c28146f8c2e0465b1081aecfab33392ef029d94ea53177c7c3ea8e0dc6d629d312b33ff18d2db4509aee3cb7a494394af0cd47331f57f30f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_0g.exe",
|
|
"hash": "sha512:d0beda1a306e3bf348639691b10428bb48982fedad22de1e096f7e203c729cb8ab795b3b8bdef1a43dfb9d6d6b3c9355d464d3a24214d33cf584f5696eb15c8e"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\openssl.exe",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
|
},
|
|
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
|
|
"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"
|
|
}
|
|
}
|
|
}
|