curl: Update to version 7.67.0_5

This commit is contained in:
Richard Kuhnt 2019-12-11 01:00:17 +00:00
parent 792020d19a
commit 4ed12f19d5

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://curl.haxx.se/", "homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs", "description": "Command line tool and library for transferring data with URLs",
"version": "7.67.0_4", "version": "7.67.0_5",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.67.0_4/curl-7.67.0_4-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.67.0_5/curl-7.67.0_5-win64-mingw.tar.xz",
"hash": "8e99219287876841a7fde0e44a201fbf1e4b9e9f3fa387adb4574e94ae6bccb0", "hash": "2934b2d38c4c01db5b8ccfa5576f17f98c9c3ce2831bd13a501bacc8c3e26d04",
"extract_dir": "curl-7.67.0-win64-mingw" "extract_dir": "curl-7.67.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.67.0_4/curl-7.67.0_4-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.67.0_5/curl-7.67.0_5-win32-mingw.tar.xz",
"hash": "cf83ae304fa088c2204443e2d9e88f4886fdc6912304764e5358800c771fe86e", "hash": "9d68d7cb37a8647fbeee79392231af0af0037d1d235159e6d913fd1da09149af",
"extract_dir": "curl-7.67.0-win32-mingw" "extract_dir": "curl-7.67.0-win32-mingw"
} }
}, },