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