From e8a81bc9981ea1eca87a9079b9830fb5da8d3dc3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 2 Jun 2020 19:00:25 +0000 Subject: [PATCH] curl: Update to version 7.70.0_1 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index ee28961739..81ffb7735b 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.70.0", + "version": "7.70.0_1", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.70.0/curl-7.70.0-win64-mingw.tar.xz", - "hash": "69f83c1cda52f2060f646282af7ab020c5a1fe9722a35b4b3c4529f945341d6a", + "url": "https://curl.haxx.se/windows/dl-7.70.0_1/curl-7.70.0_1-win64-mingw.tar.xz", + "hash": "6ebf0cfcd0892f6a7f5b33e28a0faee065d1ec574ce6fab3ba73f392bf89fd73", "extract_dir": "curl-7.70.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.70.0/curl-7.70.0-win32-mingw.tar.xz", - "hash": "a99059436c6549ad701252ac219f87873190029f6ea20eb7ff2435469825970b", + "url": "https://curl.haxx.se/windows/dl-7.70.0_1/curl-7.70.0_1-win32-mingw.tar.xz", + "hash": "ee97436f35fed4bbbf343899d9f6bad5b83e035fd7bd6af488a94d273ab728f3", "extract_dir": "curl-7.70.0-win32-mingw" } },