From 480553b1ea5530dc9a186ee72c0fd64d2911cafe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 14 Apr 2021 17:01:46 +0000 Subject: [PATCH] curl: Update to version 7.76.1 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 09cba36523..670746b563 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.76.0", + "version": "7.76.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.76.0/curl-7.76.0-win64-mingw.tar.xz", - "hash": "070c8f390e70ac4f869d863ba5d981fe868788f46816cda778367053096e41e3", - "extract_dir": "curl-7.76.0-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.76.1/curl-7.76.1-win64-mingw.tar.xz", + "hash": "7404b9d10765eb516c3f263d73d7e1845c12c410afced835be365b9101388e99", + "extract_dir": "curl-7.76.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.76.0/curl-7.76.0-win32-mingw.tar.xz", - "hash": "86ed024c8b390b61e50f6db9b833a6a21aecbdce6f93cefef532768b4849c284", - "extract_dir": "curl-7.76.0-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.76.1/curl-7.76.1-win32-mingw.tar.xz", + "hash": "ab8355be94719a64a478c46e75f376924e9b6b8538df1af48549544e2b21ca77", + "extract_dir": "curl-7.76.1-win32-mingw" } }, "bin": "bin\\curl.exe",