From 2983b2e668677ef5ea3e55d8e61dbfa0acca0c20 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 20 Jan 2022 14:35:58 +0100 Subject: [PATCH] libfido2: update to 1.10.0. --- srcpkgs/libfido2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libfido2/template b/srcpkgs/libfido2/template index 5f568344233..b1ac557296c 100644 --- a/srcpkgs/libfido2/template +++ b/srcpkgs/libfido2/template @@ -1,7 +1,7 @@ # Template file for 'libfido2' pkgname=libfido2 -version=1.9.0 -revision=2 +version=1.10.0 +revision=1 build_style=cmake configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d" hostmakedepends="pkg-config" @@ -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=ba39e3af3736d2dfc8ad3d1cb6e3be7eccc09588610a3b07c865d0ed3e58c2d2 +checksum=526efd3d56af706c05d09f3d21f18ee3b0b15ac0c1f5c5da1acbc27c2730b99b # 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"