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.26.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.26.5/sqruff-windows-x86_64.zip",
|
|
"hash": "e782dd40e4cc6b297d88753bf7dd7237e87cd2ff94240b9a6d51975e9c690f40"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|