ScoopInstaller_Main/bucket/ast-grep.json
2024-11-26 20:29:33 +00:00

24 lines
781 B
JSON

{
"version": "0.30.1",
"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.30.1/app-x86_64-pc-windows-msvc.zip",
"hash": "ea1881f2516aa6a3b476dadced68ce6a3c69518b8d1df167c86f1075a63bc32e"
}
},
"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/app-x86_64-pc-windows-msvc.zip"
}
}
}
}