From 0b33560d58695155dba9cc452b621c31f8492f04 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 5 Oct 2018 02:00:28 +0000 Subject: [PATCH] curl: Update to version 7.61.1_6 --- curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/curl.json b/curl.json index b20b082b34..3f0428c065 100644 --- a/curl.json +++ b/curl.json @@ -1,17 +1,17 @@ { "homepage": "https://curl.haxx.se/", "description": "Command line tool and library for transferring data with URLs", - "version": "7.61.1_5", + "version": "7.61.1_6", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.61.1_5/curl-7.61.1_5-win64-mingw.tar.xz", - "hash": "53df44abfc45e2420d3f916c7432156c2e8ad5ff8c72b6e20ca96c56b4a024eb", + "url": "https://curl.haxx.se/windows/dl-7.61.1_6/curl-7.61.1_6-win64-mingw.tar.xz", + "hash": "8d86768aa73dca94177f9444c95529375bcba708e0182f0ee9b3f6422de8fccc", "extract_dir": "curl-7.61.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.61.1_5/curl-7.61.1_5-win32-mingw.tar.xz", - "hash": "1a0606d8fbc738e7f892f1ddc8b7b350a15ec9c5f67495c433e5c37fb0a25fce", + "url": "https://curl.haxx.se/windows/dl-7.61.1_6/curl-7.61.1_6-win32-mingw.tar.xz", + "hash": "2e68db47cbbf3d6dc98a45f76f597b816b2db7aa41f703c631b61c4de9693bbc", "extract_dir": "curl-7.61.1-win32-mingw" } },