ScoopInstaller_Main/bucket/ast-grep.json
2024-12-17 08:31:34 +00:00

24 lines
781 B
JSON

{
"version": "0.32.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.32.1/app-x86_64-pc-windows-msvc.zip",
"hash": "bac6aea88914b122fbf2a923e69c9d6a031fca3f64a988347c2478701f1e413a"
}
},
"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/app-x86_64-pc-windows-msvc.zip"
}
}
}
}