From 1bde7e6dd5f6c80781d041aa972774fa726dc41c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 15 Sep 2021 13:00:39 +0000 Subject: [PATCH] curl: Update to version 7.79.0_1 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 296a01ac92..245b7e3bc5 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.78.0_6", + "version": "7.79.0_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.78.0_6/curl-7.78.0_6-win64-mingw.tar.xz", - "hash": "a00f27dbda86104d7a136b57a34abdc2a19572f304ee11b6b1ae07f4326651d6", - "extract_dir": "curl-7.78.0-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.79.0_1/curl-7.79.0_1-win64-mingw.tar.xz", + "hash": "8caaa587ff542b2b18f61a6e7b6f9e54f646fc5d70c758875df85d27fe175713", + "extract_dir": "curl-7.79.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.78.0_6/curl-7.78.0_6-win32-mingw.tar.xz", - "hash": "2f7196356ede4ac32f817fe8b59c6a2c9b162eaa4258180f6d59b91f06bf875b", - "extract_dir": "curl-7.78.0-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.79.0_1/curl-7.79.0_1-win32-mingw.tar.xz", + "hash": "fc2d7af2154b3c0d1fe396db63911cab3f32df9ba8ed5cfa39390337dba5df7c", + "extract_dir": "curl-7.79.0-win32-mingw" } }, "bin": "bin\\curl.exe",