2025-07-30 16:30:02 +00:00

25 lines
767 B
JSON

{
"version": "0.29.2",
"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.2/sqruff-windows-x86_64.zip",
"hash": "7ec8c84e2b14a99fe472f8c6faa1c08bd71d5d9d64ee1da8db079b6b304e2663"
}
},
"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"
}
}
}
}
}