2017-04-10 19:32:15 +02:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://curl.haxx.se/",
"version": "7.53.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win64-mingw.7z#/dl.7z",
"hash": "d5bf81021239628655182e3778b00aea28f542fe405749976b202fb3f7894ba1",
"extract_dir": "curl-7.53.1-win64-mingw"
},
"32bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win32-mingw.7z#/dl.7z",
"hash": "5c80c85c2b9c338827145e7890c275b63991512d11901dea4ddbc1d1074a3b1b",
"extract_dir": "curl-7.53.1-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": {
"url": "https://curl.haxx.se/download.html",
"re": "curl ([\\d.]+)"
},
"suggest": {
"cacert": [
"cacert"
]
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-$version-win64-mingw.7z#/dl.7z",
"extract_dir": "curl-$version-win64-mingw"
},
"32bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-$version-win32-mingw.7z#/dl.7z",
"extract_dir": "curl-$version-win32-mingw"
}
}
}
}