2018-05-13 13:24:09 +02: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.59.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.59.0-win64-mingw.tar.xz",
"hash": "7ef333fc1aca7eda439f78230c9e3d92bd6bb09b85bc13300d3f1b09842f48e0",
"extract_dir": "curl-7.59.0-win64-mingw"
},
"32bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.59.0-win32-mingw.tar.xz",
"hash": "53543cd90ed1f659ca067e9ae49167fb5958f9e5a58a03ee20c5656eece3d4a4",
"extract_dir": "curl-7.59.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"
}
}
}