haveged: update to 1.9.2.

Closes #9253.
This commit is contained in:
maxice8 2017-11-16 21:28:06 -02:00 committed by Enno Boland
parent a0f545d05c
commit a56f1eb316

View file

@ -1,16 +1,20 @@
# Template file for 'haveged'
pkgname=haveged
version=1.9.1
revision=8
version=1.9.2
revision=1
build_style=gnu-configure
short_desc="Entropy harvesting daemon using CPU timings"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.issihosts.com/haveged"
distfiles="http://www.issihosts.com/haveged/${pkgname}-${version}.tar.gz"
checksum=9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715
checksum=82d5d23551bb79476e01ea55eadfd83410f6b24ad7349a238a08ea3c7e190234
configure_args="--sbindir=/usr/bin"
do_check() {
make check
}
post_install() {
vsv $pkgname
}