2025-07-11 12:31:40 +00:00

25 lines
767 B
JSON

{
"version": "0.28.1",
"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.28.1/sqruff-windows-x86_64.zip",
"hash": "758b708546d7ceaa0420be501e4c718f91792d71a3b2d3f84f3961547e992bfb"
}
},
"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"
}
}
}
}
}