2026-01-23 12:33:18 +00:00

25 lines
767 B
JSON

{
"version": "0.34.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.34.1/sqruff-windows-x86_64.zip",
"hash": "ea9b1beb0278c94d6ba92cdfd350b86cf5f9003ee9443ae87d72e157379923b2"
}
},
"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"
}
}
}
}
}