ast-grep: update to 0.31.0.
This commit is contained in:
parent
895352f2e4
commit
6a49c64f96
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ast-grep'
|
||||
pkgname=ast-grep
|
||||
version=0.30.0
|
||||
version=0.31.0
|
||||
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=ebbd6bac25f4cbb262a6dff3783f43131091c47ad5a00541e0afddd2197f10ce
|
||||
checksum=3f3bc70c0b82e1712de70725c642b528f0b1544ea7a1ade610826e0659a85816
|
||||
|
||||
do_install() {
|
||||
vbin target/${RUST_TARGET}/release/ast-grep
|
||||
|
|
Loading…
Reference in New Issue