From a35556a9fc1503780082e38196f37b407df69f86 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 13 Feb 2021 00:00:33 +0000 Subject: [PATCH] curl: Update to version 7.75.0_2 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 25d53319d4..9ce19b04d9 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.75.0_1", + "version": "7.75.0_2", "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_1/curl-7.75.0_1-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.75.0_2/curl-7.75.0_2-win64-mingw.tar.xz", "hash": "aa27c9132ac14cf12c11ad74bb43d1e05c98c73a7d04108758b65da9e13c1afa", - "extract_dir": "curl-7.75.0_1-win64-mingw" + "extract_dir": "curl-7.75.0_2-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.75.0_1/curl-7.75.0_1-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.75.0_2/curl-7.75.0_2-win32-mingw.tar.xz", "hash": "62698004284c785509c17b5ec1a7abde83932ee13d4295d3429e63c3ec44e8ac", - "extract_dir": "curl-7.75.0_1-win32-mingw" + "extract_dir": "curl-7.75.0_2-win32-mingw" } }, "bin": "bin\\curl.exe",