cargo-crev: update to 0.21.3.
This commit is contained in:
parent
11b1fdff58
commit
666ade966a
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'cargo-crev'
|
# Template file for 'cargo-crev'
|
||||||
pkgname=cargo-crev
|
pkgname=cargo-crev
|
||||||
version=0.21.1
|
version=0.21.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path ./cargo-crev"
|
make_install_args="--path ./cargo-crev"
|
||||||
|
make_check_args="-- --skip creates_new_id_implicitly"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Cryptographically verifiable code review system for cargo"
|
short_desc="Cryptographically verifiable code review system for cargo"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MPL-2.0, MIT, Apache-2.0"
|
license="MPL-2.0, MIT, Apache-2.0"
|
||||||
homepage="https://github.com/crev-dev/cargo-crev"
|
homepage="https://github.com/crev-dev/cargo-crev"
|
||||||
distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=223f2603afe739a618275b89c4b79528fc5b766beab70614f22dddfebef3935d
|
checksum=2d848c38772013bce638dd9056e32a4922afa3a88d0450f71ac158e7ad22b76e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue