rng-tools: update to 6.7.

This commit is contained in:
Andrea Brancaleoni 2019-04-11 01:54:45 +02:00
parent 878ab4e003
commit a17347941b
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'rng-tools'
pkgname=rng-tools
version=6.6
revision=2
version=6.7
revision=1
wrksrc=${pkgname}-${version}
build_style=gnu-configure
makedepends="libgcrypt-devel libsysfs-devel libcurl-devel libxml2-devel"
@ -11,8 +11,8 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://github.com/nhorman/rng-tools/releases"
distfiles="https://github.com/nhorman/rng-tools/archive/v${version}.tar.gz"
checksum=201d15e9e5ae8468b14a7a2f3a7fa714c4e83380f4468b80893148bf700c2efe
configure_args="--sbindir=/usr/bin"
checksum=b85e3530dbf943b6da03ebecaf64d0a4febfcc4f562fc7f8d886483906b15f08
configure_args="--sbindir=/usr/bin --without-pkcs11"
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"