ast-grep: update to 0.38.2.

This commit is contained in:
icp 2025-05-17 12:03:13 +05:30 committed by classabbyamp
parent a28c238fa4
commit b792a892e9

View file

@ -1,6 +1,6 @@
# Template file for 'ast-grep' # Template file for 'ast-grep'
pkgname=ast-grep pkgname=ast-grep
version=0.37.0 version=0.38.2
revision=1 revision=1
build_style=cargo build_style=cargo
make_check_args="-- --skip=test_unmatching_id --skip=test_merge_with_globs" make_check_args="-- --skip=test_unmatching_id --skip=test_merge_with_globs"
@ -10,7 +10,7 @@ license="MIT"
homepage="https://ast-grep.github.io" homepage="https://ast-grep.github.io"
changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate" distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
checksum=a3229d028ce35dfc862dffbd52a242d4bf250baf587b0bae88fd0c1316f43edf checksum=b8d269cb662f9b5e75c8349fc31c90037b9e99d0d35d1321d165fb90ffb05d4b
do_install() { do_install() {
vbin target/${RUST_TARGET}/release/ast-grep vbin target/${RUST_TARGET}/release/ast-grep