curl: Update to version 7.70.0_2

This commit is contained in:
Richard Kuhnt 2020-06-08 23:00:24 +00:00
parent 539ab84f96
commit ef1952faf6

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.70.0_1", "version": "7.70.0_2",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.70.0_1/curl-7.70.0_1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.70.0_2/curl-7.70.0_2-win64-mingw.tar.xz",
"hash": "6ebf0cfcd0892f6a7f5b33e28a0faee065d1ec574ce6fab3ba73f392bf89fd73", "hash": "0cbbf64c04d09d2d182b2408f66f8570272a91155faa33e9cc9829fab4175178",
"extract_dir": "curl-7.70.0-win64-mingw" "extract_dir": "curl-7.70.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.70.0_1/curl-7.70.0_1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.70.0_2/curl-7.70.0_2-win32-mingw.tar.xz",
"hash": "ee97436f35fed4bbbf343899d9f6bad5b83e035fd7bd6af488a94d273ab728f3", "hash": "16c3f25bcaba46700c58a2fa774a488a093636ba8b5e6210e6abea5a3a1c532d",
"extract_dir": "curl-7.70.0-win32-mingw" "extract_dir": "curl-7.70.0-win32-mingw"
} }
}, },