sqruff: Add version 0.25.4 (#6423)

This commit is contained in:
Brian 2025-02-13 11:31:39 -05:00 committed by GitHub
parent 85dd51d33a
commit 451ef46302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
bucket/sqruff.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "0.25.4",
"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.4/sqruff-windows-x86_64.zip",
"hash": "0880f8369da08e899844c167dff9bdbb7e006d3fc9f468e04dee868d3df9b41f"
}
},
"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"
}
}
}
}
}