curl: Update to version 7.79.1_2

This commit is contained in:
Richard Kuhnt 2021-10-20 23:01:05 +00:00
parent e954e54393
commit a6a8512aef

View File

@ -1,17 +1,17 @@
{ {
"version": "7.79.1", "version": "7.79.1_2",
"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/curl-7.79.1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.79.1_2/curl-7.79.1_2-win64-mingw.tar.xz",
"hash": "4b5d4c2be969ee13dd9e7f8ac49b7aa2c445d77fbb3438e2dcd526c8fa7009fe", "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/curl-7.79.1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.79.1_2/curl-7.79.1_2-win32-mingw.tar.xz",
"hash": "4ecfb04944ce07c67194a821f6578d06514f579bc13889de4c1c610f3a427110", "hash": "cdd40aa43fee06214dffc3ffba9fb6e7d1d6f640dca168a57f5ddca779df2b13",
"extract_dir": "curl-7.79.1-win32-mingw" "extract_dir": "curl-7.79.1-win32-mingw"
} }
}, },