2025-07-30 00:44:40 +00:00

25 lines
767 B
JSON

{
"version": "0.29.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.29.1/sqruff-windows-x86_64.zip",
"hash": "a4564286a66a3206bb573dd8202e0bacd7ac227104b8d85ce05609411e8ec081"
}
},
"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"
}
}
}
}
}