ScoopInstaller_Main/bucket/ast-grep.json
2023-07-31 04:25:56 +00:00

24 lines
779 B
JSON

{
"version": "0.10.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.10.0/sg-x86_64-pc-windows-msvc.zip",
"hash": "96ed0ec2cfc420920a3d4f7639003170bf902436a6109a18b15a67d945db5b91"
}
},
"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/sg-x86_64-pc-windows-msvc.zip"
}
}
}
}