We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1e8c5 commit f7df555Copy full SHA for f7df555
1 file changed
srcpkgs/ast-grep/template
@@ -1,6 +1,6 @@
1
# Template file for 'ast-grep'
2
pkgname=ast-grep
3
-version=0.36.2
+version=0.37.0
4
revision=1
5
build_style=cargo
6
make_check_args="-- --skip=test_unmatching_id --skip=test_merge_with_globs"
@@ -10,7 +10,7 @@ license="MIT"
10
homepage="https://ast-grep.github.io"
11
changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
12
distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
13
-checksum=45a1faa11d08415dbebc5e7ef9c62b6e806cc16dcade2280a2a7c6267fee7bc9
+checksum=a3229d028ce35dfc862dffbd52a242d4bf250baf587b0bae88fd0c1316f43edf
14
15
do_install() {
16
vbin target/${RUST_TARGET}/release/ast-grep
0 commit comments