curl: Update to version 7.76.1

This commit is contained in:
Richard Kuhnt 2021-04-14 17:01:46 +00:00
parent b4bf2f6460
commit 480553b1ea

View File

@ -1,18 +1,18 @@
{ {
"version": "7.76.0", "version": "7.76.1",
"description": "Command line tool and library for transferring data with URLs", "description": "Command line tool and library for transferring data with URLs",
"homepage": "https://curl.haxx.se/", "homepage": "https://curl.haxx.se/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.76.0/curl-7.76.0-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.76.1/curl-7.76.1-win64-mingw.tar.xz",
"hash": "070c8f390e70ac4f869d863ba5d981fe868788f46816cda778367053096e41e3", "hash": "7404b9d10765eb516c3f263d73d7e1845c12c410afced835be365b9101388e99",
"extract_dir": "curl-7.76.0-win64-mingw" "extract_dir": "curl-7.76.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.76.0/curl-7.76.0-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.76.1/curl-7.76.1-win32-mingw.tar.xz",
"hash": "86ed024c8b390b61e50f6db9b833a6a21aecbdce6f93cefef532768b4849c284", "hash": "ab8355be94719a64a478c46e75f376924e9b6b8538df1af48549544e2b21ca77",
"extract_dir": "curl-7.76.0-win32-mingw" "extract_dir": "curl-7.76.1-win32-mingw"
} }
}, },
"bin": "bin\\curl.exe", "bin": "bin\\curl.exe",