curl: Update to version 8.0.1_1

This commit is contained in:
github-actions[bot] 2023-03-20 16:30:49 +00:00
parent 0b84c09afe
commit 178444732f

View File

@ -1,23 +1,23 @@
{ {
"version": "8.0.0_1", "version": "8.0.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.se/", "homepage": "https://curl.se/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.se/windows/dl-8.0.0_1/curl-8.0.0_1-win64-mingw.tar.xz", "url": "https://curl.se/windows/dl-8.0.1_1/curl-8.0.1_1-win64-mingw.tar.xz",
"hash": "71db99f7fc8e46ba5828ff574d403c340a9a66cec5d7f12e606e1214d374c7db", "hash": "4af73e209542a6e5c97b8850eb17d7d33c83627dd3257a502b8e91b95f6cc76e",
"extract_dir": "curl-8.0.0_1-win64-mingw" "extract_dir": "curl-8.0.1_1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.se/windows/dl-8.0.0_1/curl-8.0.0_1-win32-mingw.tar.xz", "url": "https://curl.se/windows/dl-8.0.1_1/curl-8.0.1_1-win32-mingw.tar.xz",
"hash": "cf7bdb940a29865d7d1df1592b79d0e64804af2f0e3e966d9252d9913343374e", "hash": "ee7f449ea43379f9d15ac509d9e7d8891edb4de941d375540ac282fce9fb4d86",
"extract_dir": "curl-8.0.0_1-win32-mingw" "extract_dir": "curl-8.0.1_1-win32-mingw"
}, },
"arm64": { "arm64": {
"url": "https://curl.se/windows/dl-8.0.0_1/curl-8.0.0_1-win64a-mingw.tar.xz", "url": "https://curl.se/windows/dl-8.0.1_1/curl-8.0.1_1-win64a-mingw.tar.xz",
"hash": "9e89925f7100012cbd2cddfa8d4bd190831da2ca69e6aa004f97242a6ac83acc", "hash": "222d9ca57f1b166c0b4e85a64fb19c04cd50f94714b69fd2e6c9f915b37566e1",
"extract_dir": "curl-8.0.0_1-win64a-mingw" "extract_dir": "curl-8.0.1_1-win64a-mingw"
} }
}, },
"bin": "bin\\curl.exe", "bin": "bin\\curl.exe",