From 40401ca6624764f9fe80844a6518705f566d8c0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 12:32:31 +0000 Subject: [PATCH] curl: Update to version 7.83.1 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 01858ef366..171a338c3d 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.83.0_1", + "version": "7.83.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.83.0_1/curl-7.83.0_1-win64-mingw.tar.xz", - "hash": "1b6a346678019a70de2a160c78fbb519c7ae7f5170903f5215a5ae7f746b6d3a", - "extract_dir": "curl-7.83.0-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.83.1/curl-7.83.1-win64-mingw.tar.xz", + "hash": "3897a4d4d7881bba69358f4ecc937203649fb6c0c18664ab3ddbc035438450b4", + "extract_dir": "curl-7.83.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.83.0_1/curl-7.83.0_1-win32-mingw.tar.xz", - "hash": "c34a26c1e855353778fa7574f3fce2f8537663887457c2348613a20da684f800", - "extract_dir": "curl-7.83.0-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.83.1/curl-7.83.1-win32-mingw.tar.xz", + "hash": "f549e824137b9f7f0409746f39e39a6248086ece1b834202bed5dd0a37bcd0dc", + "extract_dir": "curl-7.83.1-win32-mingw" } }, "bin": "bin\\curl.exe",