curl: Update to version 7.83.1_1

This commit is contained in:
github-actions[bot] 2022-05-18 16:31:17 +00:00
parent 657f49dd38
commit 7fb566b5fd

View File

@ -1,17 +1,17 @@
{ {
"version": "7.83.1", "version": "7.83.1_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.83.1/curl-7.83.1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.83.1_1/curl-7.83.1_1-win64-mingw.tar.xz",
"hash": "3897a4d4d7881bba69358f4ecc937203649fb6c0c18664ab3ddbc035438450b4", "hash": "a4612660d79a79aa61e724fe3f97987fe70c8fc79b0b285a6b1484ed1835167b",
"extract_dir": "curl-7.83.1-win64-mingw" "extract_dir": "curl-7.83.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.83.1/curl-7.83.1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.83.1_1/curl-7.83.1_1-win32-mingw.tar.xz",
"hash": "f549e824137b9f7f0409746f39e39a6248086ece1b834202bed5dd0a37bcd0dc", "hash": "bf97379677269d711bacdf9514f65e28d93f69fdaa04e974f239ec9592e3f269",
"extract_dir": "curl-7.83.1-win32-mingw" "extract_dir": "curl-7.83.1-win32-mingw"
} }
}, },