mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "1.1.1h_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": "OpenSSL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.73.0_1/openssl-1.1.1h_1-win64-mingw.tar.xz",
|
|
"hash": "e736659a1f3f83b597666b9177b33c2725edbd76b73b3da49f3e9b79163020b4",
|
|
"extract_dir": "openssl-1.1.1h-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.73.0_1/openssl-1.1.1h_1-win32-mingw.tar.xz",
|
|
"hash": "8e65ac8eebe54084479e85f548eca22d45123c50b1cc13a6cdf1341d04abd007",
|
|
"extract_dir": "openssl-1.1.1h-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "openssl.exe",
|
|
"env_add_path": ".",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\openssl.cnf"
|
|
},
|
|
"checkver": "dl-(?<curl>[\\d._]+)/openssl-(?<version>(?<major>[\\da-z.]+)[_\\d]*)-win64-mingw",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
|
|
"extract_dir": "openssl-$matchMajor-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "openssl-$matchMajor-win32-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
|
|
}
|
|
}
|
|
}
|