ast-grep: update to 0.32.3.
This commit is contained in:
parent
700f334159
commit
73ac64752e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ast-grep'
|
||||
pkgname=ast-grep
|
||||
version=0.32.2
|
||||
version=0.32.3
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
|
||||
|
@ -10,7 +10,7 @@ license="MIT"
|
|||
homepage="https://ast-grep.github.io"
|
||||
changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
|
||||
distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
|
||||
checksum=526e37cbcf2af052fd8159238ff3cd99912dbdb778a9297e4c85e48109a00b4c
|
||||
checksum=3d8fb5f36688adb83cb93c95ceebc31f799402e081225ddc7b7e6535f8eb1123
|
||||
|
||||
do_install() {
|
||||
vbin target/${RUST_TARGET}/release/ast-grep
|
||||
|
|
Loading…
Reference in New Issue