curl: Update to version 7.61.1_5

This commit is contained in:
Richard Kuhnt 2018-09-20 01:01:29 +00:00
parent 90670cab5a
commit fd392e7705

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.61.1_4", "version": "7.61.1_5",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.61.1_4/curl-7.61.1_4-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.61.1_5/curl-7.61.1_5-win64-mingw.tar.xz",
"hash": "cafb21190f496bd7e80136b4ea8bff2c3c370cfa1c5efeb97ab7464922c349e7", "hash": "53df44abfc45e2420d3f916c7432156c2e8ad5ff8c72b6e20ca96c56b4a024eb",
"extract_dir": "curl-7.61.1-win64-mingw" "extract_dir": "curl-7.61.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.61.1_4/curl-7.61.1_4-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.61.1_5/curl-7.61.1_5-win32-mingw.tar.xz",
"hash": "4e9a9c26c13a17227feeb13b6af911551b6c375fc369aa5df39264aa8e8422bf", "hash": "1a0606d8fbc738e7f892f1ddc8b7b350a15ec9c5f67495c433e5c37fb0a25fce",
"extract_dir": "curl-7.61.1-win32-mingw" "extract_dir": "curl-7.61.1-win32-mingw"
} }
}, },