ScoopInstaller_Main/bucket/ast-grep.json
mousecrusher2 9888f77070
ast-grep: Update to version 0.27.3 (#6178)
* Update ast-grep

* Update hash

* 0.27.3

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
2024-09-25 11:59:17 +00:00

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"
}
}
}
}