cargo-deny: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:17:49 +01:00
parent 5962189f54
commit 1e799cf094

View file

@ -1,11 +1,11 @@
# Template file for 'cargo-deny' # Template file for 'cargo-deny'
pkgname=cargo-deny pkgname=cargo-deny
version=0.8.2 version=0.8.2
revision=1 revision=2
build_style=cargo build_style=cargo
configure_args="--no-default-features" configure_args="--no-default-features"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libressl-devel" makedepends="openssl-devel"
short_desc="Cargo plugin to help you manage large dependency graphs" short_desc="Cargo plugin to help you manage large dependency graphs"
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"