From 5a09fa5d290075dead58ae11b939013a14c4c0df Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 7 Sep 2021 20:00:35 +0000 Subject: [PATCH] curl: Update to version 7.78.0_5 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 8cbf04d368..46d47753b0 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.78.0_4", + "version": "7.78.0_5", "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.78.0_4/curl-7.78.0_4-win64-mingw.tar.xz", - "hash": "5235e711db07ac9cfbf7bbe08c2518f8fec6ead400e18f3cbc02dac4a8195920", + "url": "https://curl.haxx.se/windows/dl-7.78.0_5/curl-7.78.0_5-win64-mingw.tar.xz", + "hash": "a00f27dbda86104d7a136b57a34abdc2a19572f304ee11b6b1ae07f4326651d6", "extract_dir": "curl-7.78.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.78.0_4/curl-7.78.0_4-win32-mingw.tar.xz", - "hash": "67f5b2cd5504d69416f2014660539bfea8127746f4ba995f50eb9f7b0f2a0623", + "url": "https://curl.haxx.se/windows/dl-7.78.0_5/curl-7.78.0_5-win32-mingw.tar.xz", + "hash": "2f7196356ede4ac32f817fe8b59c6a2c9b162eaa4258180f6d59b91f06bf875b", "extract_dir": "curl-7.78.0-win32-mingw" } },