From 72b4f84618d45203396cd7bc01e6ae0c7933afea Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Sep 2019 14:00:21 +0000 Subject: [PATCH] curl: Update to version 7.66.0_1 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 7c930a5cb8..e0b8d3cb23 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.66.0", + "version": "7.66.0_1", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.66.0/curl-7.66.0-win64-mingw.tar.xz", - "hash": "46913680e10fdb5ab4f4690f16b03f6b3046235b3ee122624f583a5edc31c755", + "url": "https://curl.haxx.se/windows/dl-7.66.0_1/curl-7.66.0_1-win64-mingw.tar.xz", + "hash": "56e0d4befbbab6d54b564891bf2e7ccb0649fe69e733695e904c1422b06153e2", "extract_dir": "curl-7.66.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.66.0/curl-7.66.0-win32-mingw.tar.xz", - "hash": "f877c1812c48a85aace20c3a8b2eeb2719274d9c3f1c65679fa890738f601c97", + "url": "https://curl.haxx.se/windows/dl-7.66.0_1/curl-7.66.0_1-win32-mingw.tar.xz", + "hash": "f11429a332e17dc9fe687bf5506c7aa20c90c72a6d766394d88fb01689ae7ebb", "extract_dir": "curl-7.66.0-win32-mingw" } },