2022-11-02 20:28:21 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.86.0_1",
"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.86.0_1/curl-7.86.0_1-win64-mingw.tar.xz",
"hash": "0d6c724e7d0763b24e64cb1556072146a11857535c900e68ea95b0088d65a3d1",
"extract_dir": "curl-7.86.0_1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.86.0_1/curl-7.86.0_1-win32-mingw.tar.xz",
"hash": "a3c296fd31b0ae030b188d6cc557c0380a05a0956ed2a27a54dabc6dc9af61e0",
"extract_dir": "curl-7.86.0_1-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"
}
}
}