curl: Update to version 7.70.0_1

This commit is contained in:
Richard Kuhnt 2020-06-02 19:00:25 +00:00
parent 48af91ecf0
commit e8a81bc998

View File

@ -1,17 +1,17 @@
{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.70.0",
"version": "7.70.0_1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.70.0/curl-7.70.0-win64-mingw.tar.xz",
"hash": "69f83c1cda52f2060f646282af7ab020c5a1fe9722a35b4b3c4529f945341d6a",
"url": "https://curl.haxx.se/windows/dl-7.70.0_1/curl-7.70.0_1-win64-mingw.tar.xz",
"hash": "6ebf0cfcd0892f6a7f5b33e28a0faee065d1ec574ce6fab3ba73f392bf89fd73",
"extract_dir": "curl-7.70.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.70.0/curl-7.70.0-win32-mingw.tar.xz",
"hash": "a99059436c6549ad701252ac219f87873190029f6ea20eb7ff2435469825970b",
"url": "https://curl.haxx.se/windows/dl-7.70.0_1/curl-7.70.0_1-win32-mingw.tar.xz",
"hash": "ee97436f35fed4bbbf343899d9f6bad5b83e035fd7bd6af488a94d273ab728f3",
"extract_dir": "curl-7.70.0-win32-mingw"
}
},