mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
25 lines
767 B
JSON
25 lines
767 B
JSON
{
|
|
"version": "0.29.0",
|
|
"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.0/sqruff-windows-x86_64.zip",
|
|
"hash": "98e2dcd7cf2df5fe21cd82fba52d1efd8ede9979e1a7da1b9e971a053485b6d7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|