From 9b893e8bb12c273fd163cf06e11d7dcf081e9033 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 20 Sep 2021 15:00:36 +0000 Subject: [PATCH] curl: Update to version 7.79.0_3 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 245b7e3bc5..5b2c312e6b 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.79.0_1", + "version": "7.79.0_3", "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.0_1/curl-7.79.0_1-win64-mingw.tar.xz", - "hash": "8caaa587ff542b2b18f61a6e7b6f9e54f646fc5d70c758875df85d27fe175713", + "url": "https://curl.haxx.se/windows/dl-7.79.0_3/curl-7.79.0_3-win64-mingw.tar.xz", + "hash": "e5907be77444d02edf3310ef7cdb09601d825b9c65dc86c9ad9456c14b9d6f21", "extract_dir": "curl-7.79.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.79.0_1/curl-7.79.0_1-win32-mingw.tar.xz", - "hash": "fc2d7af2154b3c0d1fe396db63911cab3f32df9ba8ed5cfa39390337dba5df7c", + "url": "https://curl.haxx.se/windows/dl-7.79.0_3/curl-7.79.0_3-win32-mingw.tar.xz", + "hash": "fc49bd79067b34e9c50ef33b89e32bd4c89c59a139e0cf5064e2c87a736b870e", "extract_dir": "curl-7.79.0-win32-mingw" } },