2018-12-12 14:00:27 +00:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.63.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.63.0/curl-7.63.0-win64-mingw.tar.xz",
"hash": "a59a24294811e775c2914eb5da09fa6dd30420a68d2969da62e4a3f5e9431177",
"extract_dir": "curl-7.63.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.63.0/curl-7.63.0-win32-mingw.tar.xz",
"hash": "e74ff06b87599cbcdd15522acb72642264932a49c08853f4be6c5482d54b53b0",
"extract_dir": "curl-7.63.0-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": {
"url": "https://curl.haxx.se/windows/",
"re": "Build<\\/b>:\\s+([\\d._]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
}
}
}