mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
24 lines
779 B
JSON
24 lines
779 B
JSON
{
|
|
"version": "0.19.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.19.0/sg-x86_64-pc-windows-msvc.zip",
|
|
"hash": "96fc752c6e72310b193930198d1c5ec7aafc66311b0c9a82cc06b94a1a61fa4d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|