cargo-crev: rebuild for openssl3

This commit is contained in:
classabbyamp 2023-08-16 20:13:04 -04:00
parent 23e4d1f6af
commit efb345f4a9

View file

@ -1,12 +1,12 @@
# Template file for 'cargo-crev'
pkgname=cargo-crev
version=0.23.3
revision=2
revision=3
build_style=cargo
make_install_args="--path ./cargo-crev"
make_check_args="-- --skip creates_new_id_implicitly"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
makedepends="openssl-devel nghttp2-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"