From b20ec8d03d181def1572884d31205e9101319914 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 23 Jul 2016 18:36:47 +0200 Subject: [PATCH] passwdqc: update to 1.3.1. --- srcpkgs/passwdqc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/passwdqc/template b/srcpkgs/passwdqc/template index a91311cdfb..9e9cd0c2fb 100644 --- a/srcpkgs/passwdqc/template +++ b/srcpkgs/passwdqc/template @@ -1,6 +1,6 @@ # Template file for 'passwdqc' pkgname=passwdqc -version=1.3.0 +version=1.3.1 revision=1 build_style=gnu-makefile make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security" @@ -11,7 +11,7 @@ maintainer="Christian Neukirchen " license="BSD" homepage="http://www.openwall.com/passwdqc/" distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=23290ac21a055d9039b510bbc0d830a6dbf4295688d4317e0350ed4b6e5e7f50 +checksum=d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a70ffb14 do_build() { make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \