ecdsautils: update to 0.4.0.
This commit is contained in:
parent
4850be9236
commit
f0faf60aed
1 changed files with 10 additions and 4 deletions
|
@ -1,13 +1,19 @@
|
||||||
# Template file for 'ecdsautils'
|
# Template file for 'ecdsautils'
|
||||||
pkgname=ecdsautils
|
pkgname=ecdsautils
|
||||||
version=0.3.2
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
|
_commit=07538893fb6c2a9539678c45f9dbbf1e4f222b46
|
||||||
|
wrksrc="${pkgname}-${_commit}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libuecc-devel"
|
makedepends="libuecc-devel"
|
||||||
short_desc="Tiny collection of programs used for ECDSA"
|
short_desc="Tiny collection of programs used for ECDSA"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD-2-Clause, MIT"
|
||||||
homepage="https://github.com/tcatm/ecdsautils"
|
homepage="https://github.com/tcatm/ecdsautils"
|
||||||
distfiles="https://github.com/tcatm/ecdsautils/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tcatm/ecdsautils/archive/${_commit}.tar.gz"
|
||||||
checksum=a828417c985ccfc623bb613e92ccc8af6c6f24a5bcab8b112b90c033a816204f
|
checksum=f244eda4dc55dcf16b687ed9fd1935500569e2e1a7d02873e6d1bcb5df418026
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYRIGHT
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue