ast-grep: Add version 0.5.6 (#4821)

This commit is contained in:
Brian 2023-05-31 23:20:13 -04:00 committed by GitHub
parent 8618f96d3e
commit b39b5d496d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/ast-grep.json Normal file
View File

@ -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"
}
}
}
}