curl: Update to version 7.79.1_3

This commit is contained in:
Richard Kuhnt 2021-10-22 21:00:38 +00:00
parent fff780eb2f
commit 8ea0483134

View File

@ -1,16 +1,16 @@
{ {
"version": "7.79.1_2", "version": "7.79.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.79.1_2/curl-7.79.1_2-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.79.1_3/curl-7.79.1_3-win64-mingw.tar.xz",
"hash": "3468a994a768556326360bd1715c8e73ff9d7689494981fc8c377d96f48b693f", "hash": "3468a994a768556326360bd1715c8e73ff9d7689494981fc8c377d96f48b693f",
"extract_dir": "curl-7.79.1-win64-mingw" "extract_dir": "curl-7.79.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.1_2/curl-7.79.1_2-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.79.1_3/curl-7.79.1_3-win32-mingw.tar.xz",
"hash": "cdd40aa43fee06214dffc3ffba9fb6e7d1d6f640dca168a57f5ddca779df2b13", "hash": "cdd40aa43fee06214dffc3ffba9fb6e7d1d6f640dca168a57f5ddca779df2b13",
"extract_dir": "curl-7.79.1-win32-mingw" "extract_dir": "curl-7.79.1-win32-mingw"
} }