mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
yubikey-manager: update to 5.1.1.
This commit is contained in:
parent
3fd1528e56
commit
b3b0a3469e
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'yubikey-manager'
|
||||
pkgname=yubikey-manager
|
||||
version=5.0.0
|
||||
version=5.1.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="libfido2 python3-click python3-fido2 python3-cryptography
|
||||
python3-setuptools python3-keyring python3-pyscard"
|
||||
checkdepends="$depends python3-pytest python3-makefun"
|
||||
|
@ -12,7 +12,7 @@ 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/yubikey-manager/Releases/${pkgname/-/_}-${version}.tar.gz"
|
||||
checksum=c741747200ced1b5803dfdef6718b07a41e109ccb03dd7b72d3a307a3fb33bb5
|
||||
checksum=6487db976d8b5b52965db55d084f9d2aef2b96f77da785dc13f6dfdd3302aace
|
||||
|
||||
post_install() {
|
||||
vman man/ykman.1
|
||||
|
|
Loading…
Add table
Reference in a new issue