mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
ast-grep: update to 0.33.1.
This commit is contained in:
parent
1b9c8eafb8
commit
67de185ce7
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'ast-grep'
|
||||
pkgname=ast-grep
|
||||
version=0.33.0
|
||||
version=0.33.1
|
||||
revision=1
|
||||
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"
|
||||
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=d8fac1f5abffd08ed2d8b55e5e4409c7985f238e98fc84a9b7fd1bd0cf814c64
|
||||
checksum=faf93c491b0488fe485fce7bfcc58e4b6d04bae46369d1cfdeb9984660f704b1
|
||||
|
||||
do_install() {
|
||||
vbin target/${RUST_TARGET}/release/ast-grep
|
||||
|
|
Loading…
Add table
Reference in a new issue