ScoopInstaller_Main/bucket/ast-grep.json
2023-12-16 04:25:54 +00:00

24 lines
779 B
JSON

{
"version": "0.15.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.15.0/sg-x86_64-pc-windows-msvc.zip",
"hash": "e0608d5469fea5e4a84a0d6ca9a108b30ee52ce4b0db9535d39875edcc35086e"
}
},
"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"
}
}
}
}