mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
ast-grep: update to 0.39.1.
This commit is contained in:
parent
442df9bb84
commit
bf1928f710
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ast-grep'
|
# Template file for 'ast-grep'
|
||||||
pkgname=ast-grep
|
pkgname=ast-grep
|
||||||
version=0.38.6
|
version=0.39.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip=test_unmatching_id --skip=test_merge_with_globs"
|
configure_args="--package=ast-grep"
|
||||||
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>"
|
||||||
license="MIT"
|
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://github.com/ast-grep/ast-grep/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=e179516211272ead201d025bf39cfceeb183213397d6cec8b466b45df675e1fa
|
checksum=b556b38fec358216fb1cdf1cb4825e689176c7c50caad45be19755dafbdf3f55
|
||||||
|
|
||||||
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