diff --git a/bucket/curl.json b/bucket/curl.json index 168e47f197..a0cfe5e2d1 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,24 +1,24 @@ { - "homepage": "https://curl.haxx.se/", + "version": "7.73.0", "description": "Command line tool and library for transferring data with URLs", - "version": "7.72.0_5", + "homepage": "https://curl.haxx.se/", "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" + "url": "https://curl.haxx.se/windows/dl-7.73.0/curl-7.73.0-win64-mingw.tar.xz", + "hash": "a623f8bcb114e10e43b1008a625341eb09aaea49df66cd95611a4f0f68fb95e1", + "extract_dir": "curl-7.73.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" + "url": "https://curl.haxx.se/windows/dl-7.73.0/curl-7.73.0-win32-mingw.tar.xz", + "hash": "2f696ae54b4ad1b267fce3677af41bb46b33f3570f62de0500103fa4fd265b3f", + "extract_dir": "curl-7.73.0-win32-mingw" } }, "bin": "bin\\curl.exe", "checkver": { "url": "https://curl.haxx.se/windows/", - "re": "Build<\\/b>:\\s+([\\d._]+)" + "regex": "Build<\\/b>:\\s+([\\d._]+)" }, "autoupdate": { "architecture": {