mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ast-grep: update to 0.30.0.
This commit is contained in:
parent
01be5f0666
commit
4e893efce7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ast-grep'
|
# Template file for 'ast-grep'
|
||||||
pkgname=ast-grep
|
pkgname=ast-grep
|
||||||
version=0.29.0
|
version=0.30.0
|
||||||
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=6e6d56b42a4eabf479104d7eee73aeee2743c3e9e1debd860e73127b6fcad09f
|
checksum=ebbd6bac25f4cbb262a6dff3783f43131091c47ad5a00541e0afddd2197f10ce
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/${RUST_TARGET}/release/ast-grep
|
vbin target/${RUST_TARGET}/release/ast-grep
|
||||||
|
|
Loading…
Add table
Reference in a new issue