mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +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'
|
||||
pkgname=ast-grep
|
||||
version=0.38.6
|
||||
version=0.39.1
|
||||
revision=1
|
||||
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"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
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=e179516211272ead201d025bf39cfceeb183213397d6cec8b466b45df675e1fa
|
||||
distfiles="https://github.com/ast-grep/ast-grep/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=b556b38fec358216fb1cdf1cb4825e689176c7c50caad45be19755dafbdf3f55
|
||||
|
||||
do_install() {
|
||||
vbin target/${RUST_TARGET}/release/ast-grep
|
||||
|
|
Loading…
Add table
Reference in a new issue