forked from pool/ast-grep
Accepting request 1147699 from utilities
- Update to 0.19.1: * fix: avoid input stream when --update-all #943 * fix: update cargo lock 8a893e7 * fix(deps): update dependency @swc/core to v1.4.1 d18fd70 * chore(deps): update dependency @types/node to v20.11.19 40d3fa0 OBS-URL: https://build.opensuse.org/request/show/1147699 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=11
This commit is contained in:
commit
72f8e52685
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.19.0</param>
|
||||
<param name="revision">0.19.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:e7db4dc5f37e147524d07ef3f20e40e5a262aedeab3ff66ac93148ba7568632f
|
||||
size 661007
|
3
ast-grep-0.19.1+0.tar.zst
Normal file
3
ast-grep-0.19.1+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df0a9a7cb2832fe03f6953f4397a3dd65d81ff791d1d5dda623c23405461c65b
|
||||
size 660336
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 05:56:33 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.19.1:
|
||||
* fix: avoid input stream when --update-all #943
|
||||
* fix: update cargo lock 8a893e7
|
||||
* fix(deps): update dependency @swc/core to v1.4.1 d18fd70
|
||||
* chore(deps): update dependency @types/node to v20.11.19 40d3fa0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 08:05:29 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.19.0+0
|
||||
Version: 0.19.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:33dbac112b53028af3e59e6a7bf8f02cb7f91ce1811cd4e0a73579110cec02d6
|
||||
size 26632945
|
||||
oid sha256:b05410b9fcdc3483b2d00f98b77e6ed8fac239fa4b9e235900fd8d54a5bb1184
|
||||
size 26660337
|
||||
|
Loading…
Reference in New Issue
Block a user