mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ast-grep: update to 0.17.1.
This commit is contained in:
parent
57e8130c91
commit
55fb881e2a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'ast-grep'
|
# Template file for 'ast-grep'
|
||||||
pkgname=ast-grep
|
pkgname=ast-grep
|
||||||
version=0.16.1
|
version=0.17.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip=test_unmatching_id"
|
make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
|
||||||
make_install_args="--bin=ast-grep --path=."
|
make_install_args="--bin=ast-grep --path=."
|
||||||
short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
|
short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -11,7 +11,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=adb700e7b5ecc37865ed44f25d1ca6e52fe04abc6b74f39a8da07dc8800dcc1c
|
checksum=e647ecd309991bf05d84335d9bc7a48edef3a97302a3578687ce8f7fc4b5aa23
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue