mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
cargo-tree: update to 0.29.0.
This commit is contained in:
parent
992dd0c50d
commit
c9cde75ee3
1 changed files with 2 additions and 9 deletions
|
@ -1,24 +1,17 @@
|
||||||
# Template file for 'cargo-tree'
|
# Template file for 'cargo-tree'
|
||||||
pkgname=cargo-tree
|
pkgname=cargo-tree
|
||||||
version=0.28.0
|
version=0.29.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="libressl-devel"
|
|
||||||
short_desc="Cargo subcommand for visualising dependency trees"
|
short_desc="Cargo subcommand for visualising dependency trees"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://crates.io/crates/cargo-tree"
|
homepage="https://crates.io/crates/cargo-tree"
|
||||||
distfiles="https://static.crates.io/crates/cargo-tree/cargo-tree-${version}.crate"
|
distfiles="https://static.crates.io/crates/cargo-tree/cargo-tree-${version}.crate"
|
||||||
checksum=9d00e61a7583eb42b35218417e1c898c344c4ece1df71561a901a6595e7e995e
|
checksum=f3370e91990a338fbaa50ef279d38b2eee711d6a928ab584adaa2551d8b822e8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cargo update --package openssl --precise 0.10.26
|
|
||||||
cargo update --package openssl-sys --precise 0.9.53
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue