From db4127d06dca1510d82e8aba597e6cd95df946f9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 6 Nov 2019 14:00:27 +0000 Subject: [PATCH] curl: Update to version 7.67.0_2 --- bucket/curl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index b6d7ec304e..ae00243ef6 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,16 +1,16 @@ { "homepage": "https://curl.haxx.se/", "description": "Command line tool and library for transferring data with URLs", - "version": "7.67.0_1", + "version": "7.67.0_2", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.67.0_1/curl-7.67.0_1-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.67.0_2/curl-7.67.0_2-win64-mingw.tar.xz", "hash": "8e99219287876841a7fde0e44a201fbf1e4b9e9f3fa387adb4574e94ae6bccb0", "extract_dir": "curl-7.67.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.67.0_1/curl-7.67.0_1-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.67.0_2/curl-7.67.0_2-win32-mingw.tar.xz", "hash": "cf83ae304fa088c2204443e2d9e88f4886fdc6912304764e5358800c771fe86e", "extract_dir": "curl-7.67.0-win32-mingw" }