2022-10-13 00:43:59 +00:00

40 lines
1.4 KiB
JSON

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