cargo-deny: update to 0.6.6.
This commit is contained in:
parent
103da6edeb
commit
3b9ce10087
|
@ -1,10 +0,0 @@
|
|||
--- Cargo.toml
|
||||
+++ Cargo.toml
|
||||
@@ -54,7 +54,6 @@
|
||||
|
||||
[dependencies.rustsec]
|
||||
version = "0.17.1"
|
||||
-features = ["vendored-openssl"]
|
||||
|
||||
[dev-dependencies]
|
||||
# We use this for pretty printing errors
|
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'cargo-deny'
|
||||
pkgname=cargo-deny
|
||||
version=0.6.4
|
||||
revision=2
|
||||
version=0.6.6
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--no-default-features"
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Cargo plugin to help you manage large dependency graphs"
|
||||
|
@ -10,16 +11,12 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|||
license="MIT, Apache-2.0"
|
||||
homepage="https://github.com/EmbarkStudios/cargo-deny"
|
||||
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
|
||||
checksum=59d3566fdd63b2159fd4acfe6af4f161fec64b7016a3b3fcf5d7b3093b3adc41
|
||||
checksum=2740610007bd947d00df18af4359221b4a78f55daf7cbeda3a703f49e8f208b9
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="bitvec crate unimplemented for big endian"
|
||||
fi
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.53
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-APACHE
|
||||
vlicense LICENSE-MIT
|
||||
|
|
Loading…
Reference in New Issue