mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
27 lines
821 B
JSON
27 lines
821 B
JSON
{
|
|
"version": "0.39.5",
|
|
"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.5/app-x86_64-pc-windows-msvc.zip",
|
|
"hash": "7e56dcb5d4b843d90d58a97c1328eaee60695b6a62e1c8d266b48d4ab349d7ef"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|