From 894a0300dea7d30b5628db1763a50a04adc7dac2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 21 Jun 2019 00:00:32 +0000 Subject: [PATCH] curl: Update to version 7.65.1_2 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 00e56141de..519ca7bdd2 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.65.1_1", + "version": "7.65.1_2", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.1_1/curl-7.65.1_1-win64-mingw.tar.xz", - "hash": "af50625875a1a6272558b1b15da67f2d82998df9c12938195d2ce73bf184f2df", + "url": "https://curl.haxx.se/windows/dl-7.65.1_2/curl-7.65.1_2-win64-mingw.tar.xz", + "hash": "b96a01489b7dee37e7f8a1af13041e629f66fa06f1791248f6fd0a918442428a", "extract_dir": "curl-7.65.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.1_1/curl-7.65.1_1-win32-mingw.tar.xz", - "hash": "5b8687d73645d46f3a9af912620a1b33ac3ad6ba914c0d3c10adb47ce70c73d5", + "url": "https://curl.haxx.se/windows/dl-7.65.1_2/curl-7.65.1_2-win32-mingw.tar.xz", + "hash": "a7e803eed8067f497e60435233c267251e8ce87c3d639584de4729d6741a9349", "extract_dir": "curl-7.65.1-win32-mingw" } },