From 65d0007201b6dcfad82970116a2e82f6f350bc68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:48:53 +0000 Subject: [PATCH] curl: Update to version 7.82.0_2 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 6d7d5ac5bd..f7c712354d 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.82.0_1", + "version": "7.82.0_2", "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.82.0_1/curl-7.82.0_1-win64-mingw.tar.xz", - "hash": "e9daea63abeaafe6f657dfd99ef81d76b180520502e86dd4d35407ccaf499cc3", + "url": "https://curl.haxx.se/windows/dl-7.82.0_2/curl-7.82.0_2-win64-mingw.tar.xz", + "hash": "df66a12b14242e9534b3b5d33742e3a521aaf000f3ec60f40c67321c31c8c352", "extract_dir": "curl-7.82.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.82.0_1/curl-7.82.0_1-win32-mingw.tar.xz", - "hash": "655b69e8009be8f30c22a80c86bcae678b54b0db9376050e2ed32952444344dc", + "url": "https://curl.haxx.se/windows/dl-7.82.0_2/curl-7.82.0_2-win32-mingw.tar.xz", + "hash": "a522664fdeafec6cfe084e007a5f061e2013f302d3f1e5754c0796b58bc3b5ba", "extract_dir": "curl-7.82.0-win32-mingw" } },