ScoopInstaller_Main/bucket/ast-grep.json
2025-10-27 16:30:21 +00:00

27 lines
821 B
JSON

{
"version": "0.39.7",
"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.7/app-x86_64-pc-windows-msvc.zip",
"hash": "2216f9e327390630b13a4d1be39adbf70be7cb204999d8e9a4c702517e78b76d"
}
},
"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"
}
}
}
}