mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "1.1.1h_5",
|
|
"description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.",
|
|
"homepage": "https://curl.haxx.se/windows/",
|
|
"license": "OpenSSL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.73.0_5/openssl-1.1.1h_5-win64-mingw.tar.xz",
|
|
"hash": "8b29cf564c09678df50926e7200bf5067daa6c375450fd20405e2bd6a5ad65d2",
|
|
"extract_dir": "openssl-1.1.1h_5-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.73.0_5/openssl-1.1.1h_5-win32-mingw.tar.xz",
|
|
"hash": "77c59cd1787102b6379fab2eaae332cc06134abc7a69058dfc09373ffe6770c2",
|
|
"extract_dir": "openssl-1.1.1h_5-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "openssl.exe",
|
|
"env_add_path": ".",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\openssl.cnf"
|
|
},
|
|
"checkver": "dl-(?<curl>[\\d._]+)/openssl-([\\da-z._]+)-win64-mingw",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
|
|
"extract_dir": "openssl-$version-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "openssl-$version-win32-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
|
|
}
|
|
}
|
|
}
|