ecdsautils: update to 0.4.0.

This commit is contained in:
cr6git 2018-07-02 08:30:32 +02:00 committed by Enno Boland
parent 4850be9236
commit f0faf60aed

View file

@ -1,13 +1,19 @@
# Template file for 'ecdsautils'
pkgname=ecdsautils
version=0.3.2
version=0.4.0
revision=1
_commit=07538893fb6c2a9539678c45f9dbbf1e4f222b46
wrksrc="${pkgname}-${_commit}"
build_style=cmake
hostmakedepends="pkg-config"
makedepends="libuecc-devel"
short_desc="Tiny collection of programs used for ECDSA"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
license="BSD-2-Clause, MIT"
homepage="https://github.com/tcatm/ecdsautils"
distfiles="https://github.com/tcatm/ecdsautils/archive/v${version}.tar.gz"
checksum=a828417c985ccfc623bb613e92ccc8af6c6f24a5bcab8b112b90c033a816204f
distfiles="https://github.com/tcatm/ecdsautils/archive/${_commit}.tar.gz"
checksum=f244eda4dc55dcf16b687ed9fd1935500569e2e1a7d02873e6d1bcb5df418026
post_install() {
vlicense COPYRIGHT
}