diff --git a/bucket/ast-grep.json b/bucket/ast-grep.json new file mode 100644 index 0000000000..9c662b0948 --- /dev/null +++ b/bucket/ast-grep.json @@ -0,0 +1,23 @@ +{ + "version": "0.5.6", + "description": "A fast and polyglot tool for code searching, linting, rewriting at large scale.", + "homepage": "https://ast-grep.github.io", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/ast-grep/ast-grep/releases/download/0.5.6/sg-x86_64-pc-windows-msvc.zip", + "hash": "5606a00b24928beb5585e395ce2cb5f3da2b44478591782f2ad69214bfe00270" + } + }, + "bin": "sg.exe", + "checkver": { + "github": "https://github.com/ast-grep/ast-grep" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ast-grep/ast-grep/releases/download/$version/sg-x86_64-pc-windows-msvc.zip" + } + } + } +}