ast-grep: Update to version 0.27.3 (#6178)

* Update ast-grep

* Update hash

* 0.27.3

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
mousecrusher2 2024-09-25 20:59:17 +09:00 committed by GitHub
parent ef7c9e386b
commit 9888f77070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
"version": "0.22.0",
"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.22.0/sg-x86_64-pc-windows-msvc.zip",
"hash": "89d81473fb4d84b61bb65a622f315ad2d278b4e6288361f30c566a0261b07d0b"
"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",
@ -16,7 +16,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ast-grep/ast-grep/releases/download/$version/sg-x86_64-pc-windows-msvc.zip"
"url": "https://github.com/ast-grep/ast-grep/releases/download/$version/app-x86_64-pc-windows-msvc.zip"
}
}
}