From 75deec6b89598f5b09e2062d60b79733dc988a53 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 26 Aug 2020 21:00:15 +0000 Subject: [PATCH] curl: Update to version 7.72.0_3 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index c212dc03ea..6d0e2c9e33 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { "homepage": "https://curl.haxx.se/", "description": "Command line tool and library for transferring data with URLs", - "version": "7.72.0_2", + "version": "7.72.0_3", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.72.0_2/curl-7.72.0_2-win64-mingw.tar.xz", - "hash": "b7d8720df730c0cec82308a066be2504b92bbbd502e4e0adcbfddeb53422568e", + "url": "https://curl.haxx.se/windows/dl-7.72.0_3/curl-7.72.0_3-win64-mingw.tar.xz", + "hash": "007f90d16e6fc568ba571df0d05639991ef3831b20ed0de2ddf0fa460cb59822", "extract_dir": "curl-7.72.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.72.0_2/curl-7.72.0_2-win32-mingw.tar.xz", - "hash": "ee1df796c6ea3965fa01652f0d23ab08b1ccecf4789b3a5563892b1e334becc5", + "url": "https://curl.haxx.se/windows/dl-7.72.0_3/curl-7.72.0_3-win32-mingw.tar.xz", + "hash": "0eecc22b4f2a291f6e2972dc1b0c4458afe10706c4364f7dbba9b4a1354eb70e", "extract_dir": "curl-7.72.0-win32-mingw" } },