curl: Update to version 7.69.1_1

This commit is contained in:
Richard Kuhnt 2020-03-31 18:01:50 +00:00
parent 03c3fba78a
commit 5008c26fb0

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.69.1", "version": "7.69.1_1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.69.1/curl-7.69.1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.69.1_1/curl-7.69.1_1-win64-mingw.tar.xz",
"hash": "fdffb74d8bdf9e90c9838474c39045a5f77288c6f9f193cb5b3586723a5e9345", "hash": "4fe68840ca4b28d7ceb1cb3bd3560b35a871e90288c15aa29e2b768d840a7f8b",
"extract_dir": "curl-7.69.1-win64-mingw" "extract_dir": "curl-7.69.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.69.1/curl-7.69.1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.69.1_1/curl-7.69.1_1-win32-mingw.tar.xz",
"hash": "5ea0c14043222a570075f6f94d356c3d69b72280df3cd8fe46f3ec043d9ea1ba", "hash": "4a2b0afc098e32ec042076a618d238021e6ad476ecf88f2d91427857ae6b3167",
"extract_dir": "curl-7.69.1-win32-mingw" "extract_dir": "curl-7.69.1-win32-mingw"
} }
}, },