From 7a5792544a559756402445cfa7f6f8ad82197d54 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 13:32:57 +0200 Subject: [PATCH] libu2f-host: rebuild against libressl-3.1.3 --- srcpkgs/libu2f-host/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libu2f-host/template b/srcpkgs/libu2f-host/template index ae1a50577a2..9252389fa30 100644 --- a/srcpkgs/libu2f-host/template +++ b/srcpkgs/libu2f-host/template @@ -1,7 +1,7 @@ # Template file for 'libu2f-host' pkgname=libu2f-host version=1.1.10 -revision=2 +revision=3 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d"