forked from pool/ast-grep
- Update to 0.16.1:
* feat: add support for bash and php #639 * Breaking change: fix: more strict meta var parsing 13ad32b * Breaking change: refactor: remove thrift language 26ecdf6 * fix(deps): update dependency @swc/core to v1.3.102 9ca9711 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=9
This commit is contained in:
parent
b2d0220756
commit
37065db258
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.16.0</param>
|
||||
<param name="revision">0.16.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc511452a1fdb2d11b4e5f73b3c6a4e0d69b75bc6ad6ab4abf83d60130bfa7c1
|
||||
size 655468
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 09:11:59 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.16.1:
|
||||
* feat: add support for bash and php #639
|
||||
* Breaking change: fix: more strict meta var parsing 13ad32b
|
||||
* Breaking change: refactor: remove thrift language 26ecdf6
|
||||
* fix(deps): update dependency @swc/core to v1.3.102 9ca9711
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 13:05:35 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ast-grep
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.16.0+0
|
||||
Version: 0.16.1+0
|
||||
Release: 0
|
||||
Summary: A CLI tool for code structural search, lint and rewriting
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74290e248591ca5fafc7930952646962742841b09e4138417e3d960260b96ec2
|
||||
size 25817633
|
||||
oid sha256:67e8c6c41dc6c095cdbaa5c823055ceafb3498186cf8e533220668b8422625c5
|
||||
size 26076581
|
||||
|
Loading…
x
Reference in New Issue
Block a user