mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://curl.haxx.se/windows/",
|
|
"version": "1.1.0i",
|
|
"license": "OpenSSL",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.61.1/openssl-1.1.0i-win64-mingw.tar.xz",
|
|
"hash": "e05d60e1f45c036ae44e09ec7c35ec74fa37196cb45816e2f842c0e8acc09404",
|
|
"extract_dir": "openssl-1.1.0i-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.61.1/openssl-1.1.0i-win32-mingw.tar.xz",
|
|
"hash": "c01e1fed842f2294ff455ecd5252e69405312107abb80ac90b01920cbfd4fed9",
|
|
"extract_dir": "openssl-1.1.0i-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>[\\w.]+)-win64-mingw"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.61.1/openssl-$version-win64-mingw.tar.xz",
|
|
"extract_dir": "openssl-$version-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.61.1/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})"
|
|
}
|
|
}
|
|
}
|