ScoopInstaller_Main/bucket/ast-grep.json
2024-04-08 13:11:57 +00:00

24 lines
779 B
JSON

{
"version": "0.20.4",
"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.20.4/sg-x86_64-pc-windows-msvc.zip",
"hash": "21eb76367a0d72879f5d2396a50ac6d523741765806a337a88bc319c66d4e3f6"
}
},
"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"
}
}
}
}