ScoopInstaller_Main/bucket/ast-grep.json
2025-05-11 16:29:47 +00:00

27 lines
821 B
JSON

{
"version": "0.38.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.38.1/app-x86_64-pc-windows-msvc.zip",
"hash": "efcd3b93d5f5f474368066c5b8b8f14a0e2f8da640786c13e4a2f3254deb47df"
}
},
"bin": [
"ast-grep.exe",
"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"
}
}
}
}