yubikey-manager: update to 5.0.0

This commit is contained in:
Đoàn Trần Công Danh 2022-11-09 08:14:50 +07:00
parent 6f37fe1464
commit c4652e5ba7
2 changed files with 9 additions and 6 deletions

View File

@ -1,19 +1,20 @@
# Template file for 'yubikey-manager'
pkgname=yubikey-manager
version=4.0.7
revision=2
version=5.0.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="libfido2 python3-click python3-fido2 python3-openssl
python3-setuptools"
depends="libfido2 python3-click python3-fido2 python3-cryptography
python3-setuptools python3-keyring python3-pyscard"
checkdepends="$depends python3-pytest python3-makefun"
short_desc="Library and CLI tools to configure YubiKey"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="https://developers.yubico.com/yubikey-manager/"
distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
checksum=9972db8a1c7c13eb1a618015a8ad8011c03a045a08fee248e5de4f120f55fc4f
distfiles="https://developers.yubico.com/yubikey-manager/Releases/${pkgname/-/_}-${version}.tar.gz"
checksum=c741747200ced1b5803dfdef6718b07a41e109ccb03dd7b72d3a307a3fb33bb5
post_install() {
vman man/ykman.1
vlicense COPYING
}

View File

@ -0,0 +1,2 @@
site='https://developers.yubico.com/yubikey-manager/Releases/'
pattern='yubikey[-_]manager-\K[\d.]+(?=.tar)'