curl: Update to version 7.65.3

This commit is contained in:
Richard Kuhnt 2019-07-19 17:00:15 +00:00
parent 2801567a95
commit 4fd3bbed07

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.65.2", "version": "7.65.3",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.2/curl-7.65.2-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.3/curl-7.65.3-win64-mingw.tar.xz",
"hash": "58741a1572679cc50bc1fd77cfe7e9eaeef948bf79458739ad535f354bfa2334", "hash": "73563bf598e7d7956691324548b14b88056ecc1e67f029a6f15de4ca349d308b",
"extract_dir": "curl-7.65.2-win64-mingw" "extract_dir": "curl-7.65.3-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.2/curl-7.65.2-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.3/curl-7.65.3-win32-mingw.tar.xz",
"hash": "37c0cbfc2ba78b97d249bf782c7c0cd419e8027571b89b04f5360e4e0db11641", "hash": "dc456d116afa596efa95c0932dee62461510fc89216a609f81127df4c95a4418",
"extract_dir": "curl-7.65.2-win32-mingw" "extract_dir": "curl-7.65.3-win32-mingw"
} }
}, },
"bin": "bin\\curl.exe", "bin": "bin\\curl.exe",