2022-07-22 00:35:36 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.84.0_6",
"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.84.0_6/curl-7.84.0_6-win64-mingw.tar.xz",
"hash": "40134e1027a7af692255f3cef14ee5da89cd08831e5bc5c573bcf5471350d69a",
"extract_dir": "curl-7.84.0_6-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.84.0_6/curl-7.84.0_6-win32-mingw.tar.xz",
"hash": "a718ccc232868067ff1e206bf5de85ee988c9a7047780dec78eec158fc09e676",
"extract_dir": "curl-7.84.0_6-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-$version-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$version-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}