ScoopInstaller_Main/bucket/ast-grep.json
2025-07-21 04:34:23 +00:00

27 lines
821 B
JSON

{
"version": "0.39.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.39.1/app-x86_64-pc-windows-msvc.zip",
"hash": "caad2dfafc8b1192629e70ce6cba37514f7474b79da6c00a2a7f492c451f1042"
}
},
"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"
}
}
}
}