curl: Update to version 7.76.1_2

This commit is contained in:
Richard Kuhnt 2021-05-14 22:00:17 +00:00
parent 5ab9c8c638
commit dcccd563a6

View File

@ -1,17 +1,17 @@
{ {
"version": "7.76.1_1", "version": "7.76.1_2",
"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_1/curl-7.76.1_1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.76.1_2/curl-7.76.1_2-win64-mingw.tar.xz",
"hash": "2bfd6fcd14e8cfbce222fec7f4db6122f2c6b389d72910713da65fccdcfec7bd", "hash": "0af9fcea809d036d419e74f8a6e5a7f11f2c1d9667d89e2a4d1bdb0073082093",
"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_1/curl-7.76.1_1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.76.1_2/curl-7.76.1_2-win32-mingw.tar.xz",
"hash": "7f479aced7aa3c5f553a6acd7dab73dee20d43497f060a38206fac2110aaf7a4", "hash": "7fe2445304c9f22e994409132802a22e73684e0c93ed2f0622fc135b9d6899bf",
"extract_dir": "curl-7.76.1-win32-mingw" "extract_dir": "curl-7.76.1-win32-mingw"
} }
}, },