cargo-crev: rebuild against OpenSSL

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

View file

@ -1,11 +1,11 @@
# Template file for 'cargo-crev'
pkgname=cargo-crev
version=0.18.0
revision=1
revision=2
build_style=cargo
make_install_args="--path ./cargo-crev"
hostmakedepends="pkg-config"
makedepends="libressl-devel"
makedepends="openssl-devel"
short_desc="Cryptographically verifiable code review system for cargo"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MPL-2.0, MIT, Apache-2.0"