2021-05-29 17:00:17 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.77.0_1",
"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.77.0_1/curl-7.77.0_1-win64-mingw.tar.xz",
"hash": "93ec54d6b2ae1a833d60778ac122c78b81495a9ba85a3cffe5b0a0c7351aa2e3",
"extract_dir": "curl-7.77.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.77.0_1/curl-7.77.0_1-win32-mingw.tar.xz",
"hash": "5159d49def6b2ef0d372a0508dbd0553cf96e3e6cde63a98f13f808c6a592a6e",
"extract_dir": "curl-7.77.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"
}
}
}