From a6a8512aefcd559b386b1d87cd52f9e061565b46 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 20 Oct 2021 23:01:05 +0000 Subject: [PATCH] curl: Update to version 7.79.1_2 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 701823e8ec..b482e54f02 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.79.1", + "version": "7.79.1_2", "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/curl-7.79.1-win64-mingw.tar.xz", - "hash": "4b5d4c2be969ee13dd9e7f8ac49b7aa2c445d77fbb3438e2dcd526c8fa7009fe", + "url": "https://curl.haxx.se/windows/dl-7.79.1_2/curl-7.79.1_2-win64-mingw.tar.xz", + "hash": "3468a994a768556326360bd1715c8e73ff9d7689494981fc8c377d96f48b693f", "extract_dir": "curl-7.79.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.79.1/curl-7.79.1-win32-mingw.tar.xz", - "hash": "4ecfb04944ce07c67194a821f6578d06514f579bc13889de4c1c610f3a427110", + "url": "https://curl.haxx.se/windows/dl-7.79.1_2/curl-7.79.1_2-win32-mingw.tar.xz", + "hash": "cdd40aa43fee06214dffc3ffba9fb6e7d1d6f640dca168a57f5ddca779df2b13", "extract_dir": "curl-7.79.1-win32-mingw" } },