{ "homepage": "https://curl.haxx.se/", "description": "Command line tool and library for transferring data with URLs", "version": "7.72.0_5", "license": "MIT", "architecture": { "64bit": { "url": "https://curl.haxx.se/windows/dl-7.72.0_5/curl-7.72.0_5-win64-mingw.tar.xz", "hash": "3f0b25cbee364d8a00393aa66d3fb75926c2c1a9b9d632043e396cc991076652", "extract_dir": "curl-7.72.0-win64-mingw" }, "32bit": { "url": "https://curl.haxx.se/windows/dl-7.72.0_5/curl-7.72.0_5-win32-mingw.tar.xz", "hash": "b0910d8d4313d5995012cd9a2cdc45a94e6f4d0a61bf883ede2909606448b737", "extract_dir": "curl-7.72.0-win32-mingw" } }, "bin": "bin\\curl.exe", "checkver": { "url": "https://curl.haxx.se/windows/", "re": "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", "find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})" } } }