From eecabfc73dbc8cf0f406ef0a62f0e3fd6f9b2c80 Mon Sep 17 00:00:00 2001 From: fossdd Date: Wed, 26 Jun 2024 21:34:09 +0000 Subject: [PATCH] community/py3-webauthn: upgrade to 2.2.0 --- community/py3-webauthn/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-webauthn/APKBUILD b/community/py3-webauthn/APKBUILD index a283553467f..be0383ae984 100644 --- a/community/py3-webauthn/APKBUILD +++ b/community/py3-webauthn/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Antoine Martin (ayakael) pkgname=py3-webauthn _pyname=webauthn -pkgver=2.1.0 -pkgrel=2 +pkgver=2.2.0 +pkgrel=0 arch="noarch" pkgdesc="A Python3 implementation of the WebAuthn API focused on making it easy to leverage the power of WebAuthn." url="https://pypi.python.org/project/webauthn" @@ -40,5 +40,5 @@ package() { .dist/*.whl } sha512sums=" -1191d9d45e51685c4179c6abbfcfc811986a18f42cb68b5dcc396f3a5a573884a62bc7bb2349df678e505ee1404b13ae1c4547022539e1c20d835134d114aba8 py3-webauthn-2.1.0-gh.tar.gz +86c5e2c2f670565dd5dbb3b92227464c56120dc5c7dae98b8e4b97931486c7e5f352c4261152406894a79676004391daada8e5ac89ed745548ea90668c03de08 py3-webauthn-2.2.0-gh.tar.gz "