curl: Update to version 7.76.1_3

This commit is contained in:
Richard Kuhnt 2021-05-25 19:00:22 +00:00
parent 1bfdb7f046
commit 78a97ec64d

View File

@ -1,17 +1,17 @@
{ {
"version": "7.76.1_2", "version": "7.76.1_3",
"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.1_2/curl-7.76.1_2-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.76.1_3/curl-7.76.1_3-win64-mingw.tar.xz",
"hash": "0af9fcea809d036d419e74f8a6e5a7f11f2c1d9667d89e2a4d1bdb0073082093", "hash": "1578c801fad779fae2e33be8740f76d60b44775c044ab6bbdf0c2930d6000e57",
"extract_dir": "curl-7.76.1-win64-mingw" "extract_dir": "curl-7.76.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.76.1_2/curl-7.76.1_2-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.76.1_3/curl-7.76.1_3-win32-mingw.tar.xz",
"hash": "7fe2445304c9f22e994409132802a22e73684e0c93ed2f0622fc135b9d6899bf", "hash": "e97cb345a2e61f0584540ee211569a49298ccfdcd057272869689391142bbd18",
"extract_dir": "curl-7.76.1-win32-mingw" "extract_dir": "curl-7.76.1-win32-mingw"
} }
}, },