mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
* Update ast-grep * Update hash * 0.27.3 --------- Co-authored-by: HUMORCE <humorce@outlook.com>
24 lines
781 B
JSON
24 lines
781 B
JSON
{
|
|
"version": "0.27.3",
|
|
"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.27.3/app-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c6cd31295aa455faed4f2133a0452a57798f7e9dd19127f999da9281f7873e3d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|