ScoopInstaller_Main/bucket/ast-grep.json
2024-10-30 08:31:21 +00:00

24 lines
781 B
JSON

{
"version": "0.29.0",
"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.29.0/app-x86_64-pc-windows-msvc.zip",
"hash": "d699d0de424c1fdb491eab2397a36eff28288c6744f3e4d12a1fc004dd2ef4ef"
}
},
"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"
}
}
}
}