From f123190c6b473492cdc1f7a5fe2d26b93ec08a3e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 4 Mar 2021 03:01:48 +0000 Subject: [PATCH] curl: Update to version 7.75.0_4 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 441a697e34..823c45c426 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.75.0_3", + "version": "7.75.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.75.0_3/curl-7.75.0_3-win64-mingw.tar.xz", - "hash": "896fe7715e8569cea20a2371fec256a795ebd8dbd5b61b19e04c7d0419317675", + "url": "https://curl.haxx.se/windows/dl-7.75.0_4/curl-7.75.0_4-win64-mingw.tar.xz", + "hash": "0e5f2099cd667d1ea67a36b486a27ba612102f2a7c152dda82c3cb7ace3a11e2", "extract_dir": "curl-7.75.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.75.0_3/curl-7.75.0_3-win32-mingw.tar.xz", - "hash": "0f2fbcec4dbd2b74868520810b820e6c898a64840e375c6dc289e17b45d74766", + "url": "https://curl.haxx.se/windows/dl-7.75.0_4/curl-7.75.0_4-win32-mingw.tar.xz", + "hash": "af8b5805e06fedab69e246a784d23a2182e6478ddc6fd8b2d78736d7c7e8525d", "extract_dir": "curl-7.75.0-win32-mingw" } },