From 1eb43eea85e41c04c2a392a1f1bfe8b070fbfb30 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 29 Mar 2019 21:01:58 +0000 Subject: [PATCH] curl: Update to version 7.64.1 --- curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/curl.json b/curl.json index 23eba30953..475039862e 100644 --- a/curl.json +++ b/curl.json @@ -1,18 +1,18 @@ { "homepage": "https://curl.haxx.se/", "description": "Command line tool and library for transferring data with URLs", - "version": "7.64.0_4", + "version": "7.64.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.64.0_4/curl-7.64.0_4-win64-mingw.tar.xz", - "hash": "30e42fa1f82f95c757b447a17af79697c0e110dfb7fa4d361bb758c9f15b6649", - "extract_dir": "curl-7.64.0-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.64.1/curl-7.64.1-win64-mingw.tar.xz", + "hash": "21476f790f7e6c7252b3ebf37f070bbe80add3c83089514184974dcd30a3d558", + "extract_dir": "curl-7.64.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.64.0_4/curl-7.64.0_4-win32-mingw.tar.xz", - "hash": "2153e6fa454d6002119ce60abdbbe776bd7f17cfc5810601f895fd7dd47445f9", - "extract_dir": "curl-7.64.0-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.64.1/curl-7.64.1-win32-mingw.tar.xz", + "hash": "771e0de14374e460571274499cdef1b62b7df78ce082b128623563b1dc860df6", + "extract_dir": "curl-7.64.1-win32-mingw" } }, "bin": "bin\\curl.exe",