From fbf4af7e02e834013a9e8013e1544f336f9e7423 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 10 Sep 2019 23:00:16 +0000 Subject: [PATCH] curl: Update to version 7.65.3_2 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index a20fb850d6..0cb50a9e98 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.3_1", + "version": "7.65.3_2", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.3_1/curl-7.65.3_1-win64-mingw.tar.xz", - "hash": "36baacaa2984613fe91e15040d337e8e9e8ab4bc7b56f053031563ab5585e561", + "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" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.65.3_1/curl-7.65.3_1-win32-mingw.tar.xz", - "hash": "44fcce9e83bec2e8e871967ca0d5598a47afb3523a69a67053aaef7a24901148", + "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" } },