From 78a97ec64d04c77cda606b3c28d89ed43c58d759 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 25 May 2021 19:00:22 +0000 Subject: [PATCH] curl: Update to version 7.76.1_3 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index c629b9d2a7..fa870560c3 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.76.1_2", + "version": "7.76.1_3", "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.76.1_2/curl-7.76.1_2-win64-mingw.tar.xz", - "hash": "0af9fcea809d036d419e74f8a6e5a7f11f2c1d9667d89e2a4d1bdb0073082093", + "url": "https://curl.haxx.se/windows/dl-7.76.1_3/curl-7.76.1_3-win64-mingw.tar.xz", + "hash": "1578c801fad779fae2e33be8740f76d60b44775c044ab6bbdf0c2930d6000e57", "extract_dir": "curl-7.76.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.76.1_2/curl-7.76.1_2-win32-mingw.tar.xz", - "hash": "7fe2445304c9f22e994409132802a22e73684e0c93ed2f0622fc135b9d6899bf", + "url": "https://curl.haxx.se/windows/dl-7.76.1_3/curl-7.76.1_3-win32-mingw.tar.xz", + "hash": "e97cb345a2e61f0584540ee211569a49298ccfdcd057272869689391142bbd18", "extract_dir": "curl-7.76.1-win32-mingw" } },