From 0b141f6f5794ab93916944b02eeb2f78a8075a0b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Sep 2019 08:00:15 +0000 Subject: [PATCH] curl: Update to version 7.66.0 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 0cb50a9e98..7c930a5cb8 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { "homepage": "https://curl.haxx.se/", "description": "Command line tool and library for transferring data with URLs", - "version": "7.65.3_2", + "version": "7.66.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.3_2/curl-7.65.3_2-win64-mingw.tar.xz", - "hash": "e961adbe890beb6d2da9cc69089ebfeb2f21c7a6d290512a36693d2553fdbde6", - "extract_dir": "curl-7.65.3-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.66.0/curl-7.66.0-win64-mingw.tar.xz", + "hash": "46913680e10fdb5ab4f4690f16b03f6b3046235b3ee122624f583a5edc31c755", + "extract_dir": "curl-7.66.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.3_2/curl-7.65.3_2-win32-mingw.tar.xz", - "hash": "6527c7708efa51bf8758c7f93c0c4f48ea71731b5d3103c12582a5080900fca4", - "extract_dir": "curl-7.65.3-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.66.0/curl-7.66.0-win32-mingw.tar.xz", + "hash": "f877c1812c48a85aace20c3a8b2eeb2719274d9c3f1c65679fa890738f601c97", + "extract_dir": "curl-7.66.0-win32-mingw" } }, "bin": "bin\\curl.exe",