From 78bfa05aced2af267bf43ed64169402f60a67b26 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Sep 2019 18:00:16 +0000 Subject: [PATCH] curl: Update to version 7.66.0_2 --- bucket/curl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index e0b8d3cb23..79d332cb4e 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.66.0_1", + "version": "7.66.0_2", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.66.0_1/curl-7.66.0_1-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.66.0_2/curl-7.66.0_2-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_1/curl-7.66.0_1-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.66.0_2/curl-7.66.0_2-win32-mingw.tar.xz", "hash": "f11429a332e17dc9fe687bf5506c7aa20c90c72a6d766394d88fb01689ae7ebb", "extract_dir": "curl-7.66.0-win32-mingw" }