curl: Update to version 7.65.3_1

This commit is contained in:
Richard Kuhnt 2019-08-14 11:00:29 +00:00
parent 10ae751bff
commit 566f386a4c

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.65.3", "version": "7.65.3_1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.3/curl-7.65.3-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.3_1/curl-7.65.3_1-win64-mingw.tar.xz",
"hash": "73563bf598e7d7956691324548b14b88056ecc1e67f029a6f15de4ca349d308b", "hash": "36baacaa2984613fe91e15040d337e8e9e8ab4bc7b56f053031563ab5585e561",
"extract_dir": "curl-7.65.3-win64-mingw" "extract_dir": "curl-7.65.3-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.3/curl-7.65.3-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.3_1/curl-7.65.3_1-win32-mingw.tar.xz",
"hash": "dc456d116afa596efa95c0932dee62461510fc89216a609f81127df4c95a4418", "hash": "44fcce9e83bec2e8e871967ca0d5598a47afb3523a69a67053aaef7a24901148",
"extract_dir": "curl-7.65.3-win32-mingw" "extract_dir": "curl-7.65.3-win32-mingw"
} }
}, },