From 979656996f723ff026ea2260a8bec0a2bc3f87de Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 14 May 2021 21:00:26 +0000 Subject: [PATCH] curl: Update to version 7.76.1_1 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 670746b563..8296d3e5d5 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.76.1", + "version": "7.76.1_1", "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/curl-7.76.1-win64-mingw.tar.xz", - "hash": "7404b9d10765eb516c3f263d73d7e1845c12c410afced835be365b9101388e99", + "url": "https://curl.haxx.se/windows/dl-7.76.1_1/curl-7.76.1_1-win64-mingw.tar.xz", + "hash": "2bfd6fcd14e8cfbce222fec7f4db6122f2c6b389d72910713da65fccdcfec7bd", "extract_dir": "curl-7.76.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.76.1/curl-7.76.1-win32-mingw.tar.xz", - "hash": "ab8355be94719a64a478c46e75f376924e9b6b8538df1af48549544e2b21ca77", + "url": "https://curl.haxx.se/windows/dl-7.76.1_1/curl-7.76.1_1-win32-mingw.tar.xz", + "hash": "7f479aced7aa3c5f553a6acd7dab73dee20d43497f060a38206fac2110aaf7a4", "extract_dir": "curl-7.76.1-win32-mingw" } },