From 64da01fd99eded751761a6189f754a9f5f7d4981 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 20:27:21 +0000 Subject: [PATCH] curl: Update to version 7.82.0_4 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index f7c712354d..cc2302823f 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.82.0_2", + "version": "7.82.0_4", "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_2/curl-7.82.0_2-win64-mingw.tar.xz", - "hash": "df66a12b14242e9534b3b5d33742e3a521aaf000f3ec60f40c67321c31c8c352", + "url": "https://curl.haxx.se/windows/dl-7.82.0_4/curl-7.82.0_4-win64-mingw.tar.xz", + "hash": "5eb767d01756dc74b4858c5bc742f0ea1220fce4220a82d3c5b2e409051d10a2", "extract_dir": "curl-7.82.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.82.0_2/curl-7.82.0_2-win32-mingw.tar.xz", - "hash": "a522664fdeafec6cfe084e007a5f061e2013f302d3f1e5754c0796b58bc3b5ba", + "url": "https://curl.haxx.se/windows/dl-7.82.0_4/curl-7.82.0_4-win32-mingw.tar.xz", + "hash": "c08494a464dceb3f36f7a5f8e3b5c4b18bea9db9e649c24c1eaf67909d4ae524", "extract_dir": "curl-7.82.0-win32-mingw" } },