From 38deec162308c49edf818f17cd47797e38f69414 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 5 Apr 2021 16:06:25 +0200 Subject: [PATCH] passwdqc: update to 2.0.2. --- srcpkgs/passwdqc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/passwdqc/template b/srcpkgs/passwdqc/template index 5df4fb5d68..d5ec411bd2 100644 --- a/srcpkgs/passwdqc/template +++ b/srcpkgs/passwdqc/template @@ -1,6 +1,6 @@ # Template file for 'passwdqc' pkgname=passwdqc -version=2.0.1 +version=2.0.2 revision=1 build_style=gnu-makefile make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="BSD-3-Clause,0BSD" homepage="http://www.openwall.com/passwdqc/" distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=5637e2c72b2738128f378b350f69253cbd5ebeffa7b550820640d1ae2638a868 +checksum=ff1f505764c020f6a4484b1e0cc4fdbf2e3f71b522926d90b4709104ca0604ab do_build() { make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \