mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
ast-grep: update to 0.12.5.
This commit is contained in:
parent
891145c9d8
commit
88cc9ed798
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'ast-grep'
|
||||
pkgname=ast-grep
|
||||
version=0.11.1
|
||||
version=0.12.5
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_check_args="-- --skip=test_unmatching_id"
|
||||
make_install_args="--bin=ast-grep --path=."
|
||||
short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
|
@ -10,7 +11,7 @@ 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=75c2e154b147766217310a7328d04f4c4c7ba5d281b56885fa5be254d1b3d871
|
||||
checksum=d9422f2e43b5a7d34037a87e72af70b04bc0898f4ac6a0083b7c5ba372ec0cbf
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue