From 2f4a92c0b886339c738ca5cba75eeb3f8dba0845 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:31:38 +0000 Subject: [PATCH] curl: Update to version 7.83.1_5 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 88bb579326..b35b0dca6f 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.83.1_4", + "version": "7.83.1_5", "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_4/curl-7.83.1_4-win64-mingw.tar.xz", - "hash": "773c9c98929fbcaf0c27d67716090ae00003d1acd97fede05fd9f1b8ee255604", - "extract_dir": "curl-7.83.1_4-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.83.1_5/curl-7.83.1_5-win64-mingw.tar.xz", + "hash": "110c269f8c717103ab527bb13e5205adad525db0c9677c41b53fd3af69b1a9f8", + "extract_dir": "curl-7.83.1_5-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.83.1_4/curl-7.83.1_4-win32-mingw.tar.xz", - "hash": "431c777278ed4399e5ecdb17f05acba39232197b3c619e3d8c8e34a98af24618", - "extract_dir": "curl-7.83.1_4-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.83.1_5/curl-7.83.1_5-win32-mingw.tar.xz", + "hash": "bcac0043f4358f7647c28f3882f6018e9617b0111e4b823516e52d6df0766038", + "extract_dir": "curl-7.83.1_5-win32-mingw" } }, "bin": "bin\\curl.exe",