2025-06-21 20:28:16 +00:00

25 lines
767 B
JSON

{
"version": "0.26.8",
"description": "Fast SQL formatter/linter",
"homepage": "https://github.com/quarylabs/sqruff",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/quarylabs/sqruff/releases/download/v0.26.8/sqruff-windows-x86_64.zip",
"hash": "ad5f5844fc00f295e7333153ab48175595779fc977bd52420aa4f1f28429f3ae"
}
},
"bin": "sqruff.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/quarylabs/sqruff/releases/download/v$version/sqruff-windows-x86_64.zip",
"hash": {
"url": "$url.sha256"
}
}
}
}
}