From bb4b1bf50d81a50cb0e19f60fe07b531e678ed69 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 23 Oct 2021 02:00:41 +0000 Subject: [PATCH] curl: Update to version 7.79.1_4 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 73ddb33ed8..694637ae67 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.79.1_3", + "version": "7.79.1_4", "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.79.1_3/curl-7.79.1_3-win64-mingw.tar.xz", - "hash": "3468a994a768556326360bd1715c8e73ff9d7689494981fc8c377d96f48b693f", + "url": "https://curl.haxx.se/windows/dl-7.79.1_4/curl-7.79.1_4-win64-mingw.tar.xz", + "hash": "764ff7d1d134a0bc27278f1b7d131793f32299471b519c8b18091c95af73aab2", "extract_dir": "curl-7.79.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.79.1_3/curl-7.79.1_3-win32-mingw.tar.xz", - "hash": "cdd40aa43fee06214dffc3ffba9fb6e7d1d6f640dca168a57f5ddca779df2b13", + "url": "https://curl.haxx.se/windows/dl-7.79.1_4/curl-7.79.1_4-win32-mingw.tar.xz", + "hash": "f6b20750a9cf96da39d70eaf65652852721c9130928dba271e8ac4dad4b1a3f4", "extract_dir": "curl-7.79.1-win32-mingw" } },