curl: Update to version 7.61.0

This commit is contained in:
Richard Kuhnt 2018-07-11 08:00:22 +00:00
parent 51e40b4049
commit e8ee37cd41

View File

@ -1,18 +1,18 @@
{ {
"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.60.0", "version": "7.61.0",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.60.0-win64-mingw.tar.xz", "url": "https://dl.bintray.com/vszakats/generic/curl-7.61.0-win64-mingw.tar.xz",
"hash": "febfbd5fffdec1ca2d7a187faa01abf38065395894cac995fc9e3a862f7995c4", "hash": "2b16b9e7eb4d81faf68515107009e1e966c78bfaacd39bf4062f5c97ff1fbc10",
"extract_dir": "curl-7.60.0-win64-mingw" "extract_dir": "curl-7.61.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.60.0-win32-mingw.tar.xz", "url": "https://dl.bintray.com/vszakats/generic/curl-7.61.0-win32-mingw.tar.xz",
"hash": "ce143e523125dd37e1f4aee04f26c715a66c6aec9f118685e66c230277324aa1", "hash": "031a7a0fb67be96e1d2e45b52d0f4004a75629d0ea871a24039743ac6a28cb54",
"extract_dir": "curl-7.60.0-win32-mingw" "extract_dir": "curl-7.61.0-win32-mingw"
} }
}, },
"bin": "bin\\curl.exe", "bin": "bin\\curl.exe",