From 3d39e2e79e5c522f7c0e0281cee09659fdb16f5c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 28 Oct 2021 13:33:35 +0200 Subject: [PATCH] libfido2: update to 1.9.0. --- srcpkgs/libfido2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libfido2/template b/srcpkgs/libfido2/template index 4a14c7a8d2..79bfde4632 100644 --- a/srcpkgs/libfido2/template +++ b/srcpkgs/libfido2/template @@ -1,6 +1,6 @@ # Template file for 'libfido2' pkgname=libfido2 -version=1.8.0 +version=1.9.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=554291188f24ab595cb947f9d2b6ec40ce5afe39d9257c1e2cd0bdef8bf7fd1d +checksum=ba39e3af3736d2dfc8ad3d1cb6e3be7eccc09588610a3b07c865d0ed3e58c2d2 # 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"