curl: Update to version 7.72.0

This commit is contained in:
Richard Kuhnt 2020-08-19 10:00:42 +00:00
parent 677df3af43
commit 79c4553b91

View File

@ -1,18 +1,18 @@
{ {
"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.71.1", "version": "7.72.0",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.71.1/curl-7.71.1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.72.0/curl-7.72.0-win64-mingw.tar.xz",
"hash": "82220307d9cbb37833955b566c65506bf0bf7d0cc54a71bbfcda4b9cfc163a48", "hash": "0bfac0fae1c2cf673d95bd6936313935555d9a802fc24522f904b485832ed661",
"extract_dir": "curl-7.71.1-win64-mingw" "extract_dir": "curl-7.72.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.71.1/curl-7.71.1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.72.0/curl-7.72.0-win32-mingw.tar.xz",
"hash": "e082ba2b0f1fd3cfeba299be37a119abc7c3d112ea751fdba88a5fc77502dae4", "hash": "d95f0a7f548e6a25f4ab3c66b8be97dd5e99c2263ba3b298ac2ab0062ac1e79c",
"extract_dir": "curl-7.71.1-win32-mingw" "extract_dir": "curl-7.72.0-win32-mingw"
} }
}, },
"bin": "bin\\curl.exe", "bin": "bin\\curl.exe",