From fc8f7b55586d4b29725a85a16787d5bfeecdcab3 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:29 -0400 Subject: [PATCH] libu2f-host: rebuild for openssl3 --- 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 24b4ddec5e3..eb798ed788b 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=5 +revision=6 build_style=gnu-configure configure_args="--with-openssl=yes" hostmakedepends="automake gengetopt libtool pkg-config gtk-doc"