diff --git a/bucket/sqruff.json b/bucket/sqruff.json new file mode 100644 index 0000000000..7c99e4faa0 --- /dev/null +++ b/bucket/sqruff.json @@ -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" + } + } + } + } +}