From 59caf60dd3c35104a1221b17e67143669f91614d Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 23 Apr 2017 18:59:45 -0400 Subject: [PATCH] tpm-tools: update to 1.3.9.1. --- srcpkgs/tpm-tools/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tpm-tools/template b/srcpkgs/tpm-tools/template index 70d92da3544..6ccf3f768c0 100644 --- a/srcpkgs/tpm-tools/template +++ b/srcpkgs/tpm-tools/template @@ -1,15 +1,17 @@ # Template file for 'tpm-tools' pkgname=tpm-tools -version=1.3.8 -revision=4 +version=1.3.9.1 +revision=1 +create_wrksrc=yes build_style=gnu-configure +hostmakedepends="perl" # wants pod2man makedepends="libressl-devel trousers-devel" short_desc="Manage and diagnose tools for a Trusted Platform Module (TPM)" maintainer="Toyam Cox " license="CPL" homepage="http://trousers.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/trousers/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=66eb4ff095542403db6b4bd4b574e8a5c08084fe4e9e5aa9a829ee84e20bea83 +checksum=9cb714e2650826e2e932f65bc0ba9d61b927dc5fea47f2c2a2b64f0fdfcbfa68 CFLAGS='-Wno-error=misleading-indentation -Wno-error=bool-compare -Wno-error=logical-not-parentheses'