2018-08-14 18:01:52 +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.61.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.61.0-win64-mingw.tar.xz",
"hash": "623a06a6815ce17743d457c2168d9ea91900459674e68196b484e8e9079660c4",
"extract_dir": "curl-7.61.0-win64-mingw"
},
"32bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.61.0-win32-mingw.tar.xz",
"hash": "bdd13cc52257bbd3d862ab7355e2b3687eef70078d2fe114f9e62c998e51e0a2",
"extract_dir": "curl-7.61.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"
}
}
}