2025-08-19 16:30:14 +00:00

25 lines
767 B
JSON

{
"version": "0.29.3",
"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.29.3/sqruff-windows-x86_64.zip",
"hash": "cf13ca6d246e943c8d84910153c68131d00bdc9192e4b4b8439b5cc0ed8461f6"
}
},
"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"
}
}
}
}
}