curl: Update to version 7.83.1_3

This commit is contained in:
github-actions[bot] 2022-05-23 20:28:46 +00:00
parent 0555781230
commit a9e7759e14

View File

@ -1,17 +1,17 @@
{ {
"version": "7.83.1_2", "version": "7.83.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.83.1_2/curl-7.83.1_2-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.83.1_3/curl-7.83.1_3-win64-mingw.tar.xz",
"hash": "5e89a7b2eeef4e3f156c5cceeb4c343bd412f711d8aa8a50369a0c757ec05114", "hash": "2d05fc277d1be42bab0119db5ee4e7406f0e7294a796726f7fd9552451b8247b",
"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_2/curl-7.83.1_2-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.83.1_3/curl-7.83.1_3-win32-mingw.tar.xz",
"hash": "a625adfc58f69aa21c6abbb9b9bbd2fe4e593f208464eab0ca51183f5e4a3553", "hash": "ab9e9ddc21db93e9e761a3ccdcb3c0f381a17a586a4de4cbaeda2564810c42a5",
"extract_dir": "curl-7.83.1-win32-mingw" "extract_dir": "curl-7.83.1-win32-mingw"
} }
}, },