ast-grep: update to 0.38.6.

This commit is contained in:
Romain Lanz 2025-06-25 22:59:36 +02:00 committed by tranzystorekk
parent b351bc83cf
commit a6aa297fdd

View file

@ -1,6 +1,6 @@
# Template file for 'ast-grep' # Template file for 'ast-grep'
pkgname=ast-grep pkgname=ast-grep
version=0.38.5 version=0.38.6
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=db7c5e8ea3bb35b1f73958c1acc9cdb6e7d9989d08e1d4674a47f331ead69af0 checksum=e179516211272ead201d025bf39cfceeb183213397d6cec8b466b45df675e1fa
do_install() { do_install() {
vbin target/${RUST_TARGET}/release/ast-grep vbin target/${RUST_TARGET}/release/ast-grep