2018-06-28 19:00:20 +00:00

44 lines
1.4 KiB
JSON

{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.60.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.60.0-win64-mingw.tar.xz",
"hash": "febfbd5fffdec1ca2d7a187faa01abf38065395894cac995fc9e3a862f7995c4",
"extract_dir": "curl-7.60.0-win64-mingw"
},
"32bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.60.0-win32-mingw.tar.xz",
"hash": "ce143e523125dd37e1f4aee04f26c715a66c6aec9f118685e66c230277324aa1",
"extract_dir": "curl-7.60.0-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": {
"url": "https://api.bintray.com/packages/vszakats/generic/curl",
"jp": "$.latest_version"
},
"suggest": {
"cacert": [
"cacert"
]
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-$version-win64-mingw.tar.xz",
"extract_dir": "curl-$version-win64-mingw"
},
"32bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$version-win32-mingw"
}
},
"hash": {
"url": "$url.sha256"
}
}
}