cargo-crev: update to 0.21.3.
This commit is contained in:
parent
11b1fdff58
commit
666ade966a
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'cargo-crev'
|
||||
pkgname=cargo-crev
|
||||
version=0.21.1
|
||||
version=0.21.3
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path ./cargo-crev"
|
||||
make_check_args="-- --skip creates_new_id_implicitly"
|
||||
hostmakedepends="pkg-config"
|
||||
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"
|
||||
homepage="https://github.com/crev-dev/cargo-crev"
|
||||
distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=223f2603afe739a618275b89c4b79528fc5b766beab70614f22dddfebef3935d
|
||||
distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=2d848c38772013bce638dd9056e32a4922afa3a88d0450f71ac158e7ad22b76e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-APACHE
|
||||
|
|
Loading…
Reference in New Issue