mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"version": "3.0.1_1",
|
|
"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": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.81.0_1/openssl-3.0.1_1-win64-mingw.tar.xz",
|
|
"hash": "6e2a02d4f06b35680730f0140c8da9d98d116fcf87731d63062469da800122ba",
|
|
"extract_dir": "openssl-3.0.1-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.81.0_1/openssl-3.0.1_1-win32-mingw.tar.xz",
|
|
"hash": "a593a2c9dd8b6a8931a1fbdb22f6fa24153baddc8ef9c40ff073e98b9f63ab0b",
|
|
"extract_dir": "openssl-3.0.1-win32-mingw"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\ssl\\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-$matchHead-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "openssl-$matchHead-win32-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"regex": "SHA256\\($basename\\)=\\s+$sha256"
|
|
}
|
|
}
|
|
}
|