2017-02-04 21:48:25 +01:00

35 lines
1.4 KiB
JSON

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