ScoopInstaller_Main/bucket/ast-grep.json
2025-07-10 04:30:58 +00:00

27 lines
821 B
JSON

{
"version": "0.38.7",
"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.7/app-x86_64-pc-windows-msvc.zip",
"hash": "6d1ceae2574e96ab9acd9bc767075303fd6d8036bce6f0cce8d607cacde86d4a"
}
},
"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"
}
}
}
}