mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
cargo-modules: update to 0.15.1.
This commit is contained in:
parent
edc9d0009b
commit
227f69e3ac
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'cargo-modules'
|
||||
pkgname=cargo-modules
|
||||
version=0.13.6
|
||||
version=0.15.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_check_args="-- --skip=smoke --skip=fields --skip=functions"
|
||||
make_check_args="-- --skip=smoke --skip=fields --skip=functions --skip=workspace_multi_package"
|
||||
short_desc="Cargo plugin to render crate's module/item structure as a tree or graph"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/regexident/cargo-modules"
|
||||
changelog="https://raw.githubusercontent.com/regexident/cargo-modules/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/regexident/cargo-modules/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=925457b04896d7d340285992ab05f49668a5576fb34c456c8e2cb19b9f435c2b
|
||||
distfiles="https://github.com/regexident/cargo-modules/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9e067e6d361a2292083af4b787c099a1bf13d100dd5bef9fffa8e3e69e66a96a
|
||||
|
|
Loading…
Add table
Reference in a new issue