mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
767 B
JSON
25 lines
767 B
JSON
{
|
|
"version": "0.28.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.28.0/sqruff-windows-x86_64.zip",
|
|
"hash": "b285e1b7c73d828b1eeb3664346a1625fe9e3cc30fb126693604537463d52462"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|