curl: Update to version 7.79.0_3

This commit is contained in:
Richard Kuhnt 2021-09-20 15:00:36 +00:00
parent f6d75aa31c
commit 9b893e8bb1

View File

@ -1,17 +1,17 @@
{ {
"version": "7.79.0_1", "version": "7.79.0_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.79.0_1/curl-7.79.0_1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.79.0_3/curl-7.79.0_3-win64-mingw.tar.xz",
"hash": "8caaa587ff542b2b18f61a6e7b6f9e54f646fc5d70c758875df85d27fe175713", "hash": "e5907be77444d02edf3310ef7cdb09601d825b9c65dc86c9ad9456c14b9d6f21",
"extract_dir": "curl-7.79.0-win64-mingw" "extract_dir": "curl-7.79.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.0_1/curl-7.79.0_1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.79.0_3/curl-7.79.0_3-win32-mingw.tar.xz",
"hash": "fc2d7af2154b3c0d1fe396db63911cab3f32df9ba8ed5cfa39390337dba5df7c", "hash": "fc49bd79067b34e9c50ef33b89e32bd4c89c59a139e0cf5064e2c87a736b870e",
"extract_dir": "curl-7.79.0-win32-mingw" "extract_dir": "curl-7.79.0-win32-mingw"
} }
}, },