ScoopInstaller_Main/bucket/ast-grep.json
2025-11-16 08:29:41 +00:00

27 lines
821 B
JSON

{
"version": "0.40.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.40.0/app-x86_64-pc-windows-msvc.zip",
"hash": "3534f3905abf55fbce606b891b5e4f8b1083fe1168455b5d61affff678391107"
}
},
"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"
}
}
}
}