mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "7.81.0",
|
|
"description": "Command line tool and library for transferring data with URLs",
|
|
"homepage": "https://curl.haxx.se/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.81.0/curl-7.81.0-win64-mingw.tar.xz",
|
|
"hash": "c680f7bd384483e1eee8c80a5675693062c0a644c2c72a0f5b57adba8bba7441",
|
|
"extract_dir": "curl-7.81.0-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.81.0/curl-7.81.0-win32-mingw.tar.xz",
|
|
"hash": "76b9f102302be8b972f6b5f90f1ee907d73348ca354db767f375efe33fa99ed1",
|
|
"extract_dir": "curl-7.81.0-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "bin\\curl.exe",
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/windows/",
|
|
"regex": "Build<\\/b>:\\s+([\\d._]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
|
|
"extract_dir": "curl-$matchHead-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "curl-$matchHead-win32-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"regex": "SHA256\\($basename\\)=\\s+$sha256"
|
|
}
|
|
}
|
|
}
|