curl: Update to version 7.72.0_3

This commit is contained in:
Richard Kuhnt 2020-09-11 16:01:48 +00:00
parent 9a4a4b841c
commit 6a37ae89c0

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://curl.haxx.se/", "homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs", "description": "Command line tool and library for transferring data with URLs",
"version": "7.72.0_4", "version": "7.72.0_3",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.72.0_4/curl-7.72.0_4-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.72.0_3/curl-7.72.0_3-win64-mingw.tar.xz",
"hash": "8f9a4bd1c36ba67a6fab324a777cbe69fa92d06dbf8b6e8e687da2ccba1020fe", "hash": "007f90d16e6fc568ba571df0d05639991ef3831b20ed0de2ddf0fa460cb59822",
"extract_dir": "curl-7.72.0-win64-mingw" "extract_dir": "curl-7.72.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.72.0_4/curl-7.72.0_4-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.72.0_3/curl-7.72.0_3-win32-mingw.tar.xz",
"hash": "4c3f8fad9f92ef130af838fe282974ca2457eb2bd5177923158be0075b8d3e4f", "hash": "0eecc22b4f2a291f6e2972dc1b0c4458afe10706c4364f7dbba9b4a1354eb70e",
"extract_dir": "curl-7.72.0-win32-mingw" "extract_dir": "curl-7.72.0-win32-mingw"
} }
}, },