2025-02-21 00:36:55 +00:00

25 lines
767 B
JSON

{
"version": "0.25.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.25.5/sqruff-windows-x86_64.zip",
"hash": "3fdabf9839afd7487e689c55d8c0ac34a26f63d3a6684101ab96d671ef232cc9"
}
},
"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"
}
}
}
}
}