forked from pool/ast-grep
Accepting request 1189217 from utilities
- Update to 0.25.3: * feat: support custom language injection #1309 * feat: register embedded language 416e28e * fix(deps): update dependency @babel/core to v7.24.9 8c5dd00 * fix(deps): update dependency @swc/core to v1.7.0 61f6a14 OBS-URL: https://build.opensuse.org/request/show/1189217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=31
This commit is contained in:
commit
a3805b63a4
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.25.2</param>
|
||||
<param name="revision">0.25.3</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:fc8df0219340935956224d97d69ca35bc60542e37b1ec997ff3581b72331547f
|
||||
size 686857
|
3
ast-grep-0.25.3+0.tar.zst
Normal file
3
ast-grep-0.25.3+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:766dcf6fcb44d93f8db699ecb7b3f105715b3c8bfbec98e54f3f412148a2b4ce
|
||||
size 688648
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 09:36:26 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.25.3:
|
||||
* feat: support custom language injection #1309
|
||||
* feat: register embedded language 416e28e
|
||||
* fix(deps): update dependency @babel/core to v7.24.9 8c5dd00
|
||||
* fix(deps): update dependency @swc/core to v1.7.0 61f6a14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 07:49:18 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.25.2+0
|
||||
Version: 0.25.3+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:54f1af874139d73a70e081b70202253daa4a6e75a0a177a2e4f2b9e6d70c8bb5
|
||||
size 28006793
|
||||
oid sha256:ce738ab65070929dcb384e8415c2c85a5b064cc207c406ab1e000d5599793519
|
||||
size 27975707
|
||||
|
Loading…
Reference in New Issue
Block a user