2025-03-06 12:32:56 +00:00

25 lines
769 B
JSON

{
"version": "0.25.12",
"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.25.12/sqruff-windows-x86_64.zip",
"hash": "fac4f9811eaaeaea80e1cd375459a5383cca1e153626c7e93c85c8ee1e89516d"
}
},
"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"
}
}
}
}
}