ScoopInstaller_Main/bucket/ast-grep.json
2026-01-10 18:26:43 +00:00

27 lines
821 B
JSON

{
"version": "0.40.5",
"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.40.5/app-x86_64-pc-windows-msvc.zip",
"hash": "50a596ef5231883ddae69f1960d27312bb2fe81254d67ef50e1794fc9820e863"
}
},
"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"
}
}
}
}