From 25eb44b7f3d58c9902fa3cd488d145494f10b943 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jun 2019 16:02:03 +0000 Subject: [PATCH] curl: Update to version 7.65.1_1 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index df880a6e4f..00e56141de 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", + "version": "7.65.1_1", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.1/curl-7.65.1-win64-mingw.tar.xz", - "hash": "ed49098de3313ca9d68af7521a415d007599c16fb1f685592073ad0a101fa658", + "url": "https://curl.haxx.se/windows/dl-7.65.1_1/curl-7.65.1_1-win64-mingw.tar.xz", + "hash": "af50625875a1a6272558b1b15da67f2d82998df9c12938195d2ce73bf184f2df", "extract_dir": "curl-7.65.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.1/curl-7.65.1-win32-mingw.tar.xz", - "hash": "732fe8286b264bd83ba5cc9910131b07af8071f98ff8a25d580bd6ea315b2166", + "url": "https://curl.haxx.se/windows/dl-7.65.1_1/curl-7.65.1_1-win32-mingw.tar.xz", + "hash": "5b8687d73645d46f3a9af912620a1b33ac3ad6ba914c0d3c10adb47ce70c73d5", "extract_dir": "curl-7.65.1-win32-mingw" } },