mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
25 lines
769 B
JSON
25 lines
769 B
JSON
{
|
|
"version": "0.25.24",
|
|
"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.24/sqruff-windows-x86_64.zip",
|
|
"hash": "df1344839e889daf45fc76146ee4b8507c1a8a35aadabf4d8fca36ad64ce310b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|