From 6fcec88d047bf9a8aa59dbb43928a7f741f73a2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 20:30:51 +0000 Subject: [PATCH] curl: Update to version 7.84.0_8 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 8f118439c9..771ab1c60f 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.84.0_7", + "version": "7.84.0_8", "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.84.0_7/curl-7.84.0_7-win64-mingw.tar.xz", - "hash": "d6fe2d32d5205a1071d0b1357a9633d3d57effe28c7fb53c879e8eda9f7d7197", - "extract_dir": "curl-7.84.0_7-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.84.0_8/curl-7.84.0_8-win64-mingw.tar.xz", + "hash": "777afea954bb6b9e83d4246cc6cae97aa3bd2bce060a107fd6ab5bb9b6ca4c82", + "extract_dir": "curl-7.84.0_8-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.84.0_7/curl-7.84.0_7-win32-mingw.tar.xz", - "hash": "4f21f4992240fd486df968e1478563fdc52ab38eb85ec8d6f6f8f4e1dd894dd2", - "extract_dir": "curl-7.84.0_7-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.84.0_8/curl-7.84.0_8-win32-mingw.tar.xz", + "hash": "26a71fcac3b8ffe80673202ecbfcdf393c586f2ca14fc48c69ca27af8ea03478", + "extract_dir": "curl-7.84.0_8-win32-mingw" } }, "bin": "bin\\curl.exe",