From d4a7ba3c33dc9126977eee2dcfae45b04f7eb3f1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 7 May 2022 11:36:48 +0200 Subject: [PATCH] libfido2: update to 1.11.0. --- srcpkgs/libfido2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libfido2/template b/srcpkgs/libfido2/template index b1ac557296c..85f27e57bfa 100644 --- a/srcpkgs/libfido2/template +++ b/srcpkgs/libfido2/template @@ -1,6 +1,6 @@ # Template file for 'libfido2' pkgname=libfido2 -version=1.10.0 +version=1.11.0 revision=1 build_style=cmake configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="BSD-2-Clause" homepage="https://github.com/Yubico/libfido2" distfiles="https://github.com/Yubico/libfido2/archive/${version}.tar.gz" -checksum=526efd3d56af706c05d09f3d21f18ee3b0b15ac0c1f5c5da1acbc27c2730b99b +checksum=0830c5853e3b44099a97166e0cec54a65b54b7faaac07071872f77b8e4d7b302 # udev rules used to be shipped by libu2f-host conf_files="/usr/lib/udev/rules.d/70-u2f.rules" conflicts="libu2f-host<=1.1.10_3"