mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
25 lines
767 B
JSON
25 lines
767 B
JSON
{
|
|
"version": "0.28.1",
|
|
"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.1/sqruff-windows-x86_64.zip",
|
|
"hash": "758b708546d7ceaa0420be501e4c718f91792d71a3b2d3f84f3961547e992bfb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|