From 710447a23c82d1feccd9b0f0c0b91618c731be3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 12:31:46 +0000 Subject: [PATCH] curl: Update to version 7.83.1_7 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 3f721f3d71..9239dbbf90 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.83.1_6", + "version": "7.83.1_7", "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.83.1_6/curl-7.83.1_6-win64-mingw.tar.xz", - "hash": "8c91b36d1b9ce2dbfa5329455d7622dd0909c377c1bf59cc5c1bcffbc75dffac", - "extract_dir": "curl-7.83.1_6-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.83.1_7/curl-7.83.1_7-win64-mingw.tar.xz", + "hash": "dd9c0571e61c922a28d39367c8e95a39e12308b4417ffe040616b9c0e527bebf", + "extract_dir": "curl-7.83.1_7-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.83.1_6/curl-7.83.1_6-win32-mingw.tar.xz", - "hash": "e5e16a5b9fca83a545f46daad4fe7fe345de56fa47cdde90adffaf5f50208412", - "extract_dir": "curl-7.83.1_6-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.83.1_7/curl-7.83.1_7-win32-mingw.tar.xz", + "hash": "e5f3f573bda5f3be65430915dc9added134dbeeb04c0a26c566b3b44c69df1a2", + "extract_dir": "curl-7.83.1_7-win32-mingw" } }, "bin": "bin\\curl.exe",