2025-06-10 12:32:01 +00:00

25 lines
767 B
JSON

{
"version": "0.26.5",
"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.26.5/sqruff-windows-x86_64.zip",
"hash": "e782dd40e4cc6b297d88753bf7dd7237e87cd2ff94240b9a6d51975e9c690f40"
}
},
"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"
}
}
}
}
}