From d8b32300f2f2b8d2ce579203e7bec032e4bad5a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 04:27:02 +0000 Subject: [PATCH] ast-grep: Update to version 0.9.0 --- bucket/ast-grep.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ast-grep.json b/bucket/ast-grep.json index 9e05b0fa66..0b14f9a331 100644 --- a/bucket/ast-grep.json +++ b/bucket/ast-grep.json @@ -1,12 +1,12 @@ { - "version": "0.8.0", + "version": "0.9.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.8.0/sg-x86_64-pc-windows-msvc.zip", - "hash": "fac4dfb3e5905a0559766e69dace7d4f8b8df91f2145cabfe95d460b3cb2b989" + "url": "https://github.com/ast-grep/ast-grep/releases/download/0.9.0/sg-x86_64-pc-windows-msvc.zip", + "hash": "e244f55415a8d2499c1149ed9eb6f26d9565a6e83fe9f4d1fb1022eafcd2b3a4" } }, "bin": "sg.exe",