mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://curl.haxx.se/windows/",
|
|
"version": "1.1.1b_1",
|
|
"license": "OpenSSL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.64.1_1/openssl-1.1.1b_1-win64-mingw.tar.xz",
|
|
"hash": "e9800870b567fcce64a82bd5f189c10db24bdb3a464cdb1ff48cf37340245e0e",
|
|
"extract_dir": "openssl-1.1.1b-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.64.1_1/openssl-1.1.1b_1-win32-mingw.tar.xz",
|
|
"hash": "9809d19796cd288c7befe709d7cfc54989d55de1da00b8fcf8d754c4e90cb804",
|
|
"extract_dir": "openssl-1.1.1b-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "openssl.exe",
|
|
"env_add_path": ".",
|
|
"env_set": {
|
|
"OPENSSL_CONF": "$dir\\openssl.cnf"
|
|
},
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/windows/",
|
|
"re": "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})"
|
|
}
|
|
}
|
|
}
|