From a9e7759e1435ba4d46e063ab78cf2649bc8fa703 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 20:28:46 +0000 Subject: [PATCH] curl: Update to version 7.83.1_3 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index f821995cc2..142235e54a 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.83.1_2", + "version": "7.83.1_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.83.1_2/curl-7.83.1_2-win64-mingw.tar.xz", - "hash": "5e89a7b2eeef4e3f156c5cceeb4c343bd412f711d8aa8a50369a0c757ec05114", + "url": "https://curl.haxx.se/windows/dl-7.83.1_3/curl-7.83.1_3-win64-mingw.tar.xz", + "hash": "2d05fc277d1be42bab0119db5ee4e7406f0e7294a796726f7fd9552451b8247b", "extract_dir": "curl-7.83.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.83.1_2/curl-7.83.1_2-win32-mingw.tar.xz", - "hash": "a625adfc58f69aa21c6abbb9b9bbd2fe4e593f208464eab0ca51183f5e4a3553", + "url": "https://curl.haxx.se/windows/dl-7.83.1_3/curl-7.83.1_3-win32-mingw.tar.xz", + "hash": "ab9e9ddc21db93e9e761a3ccdcb3c0f381a17a586a4de4cbaeda2564810c42a5", "extract_dir": "curl-7.83.1-win32-mingw" } },