Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / yubikey-manager
Commits: 75df36bd by Carl Smedstad at 2025-06-10T09:49:02+02:00 upgpkg: 1:5.7.2-1: Upstream release https://github.com/Yubico/yubikey-manager/releases/tag/5.7.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = yubikey-manager pkgdesc = Python library and command line tool for configuring a YubiKey - pkgver = 5.7.1 + pkgver = 5.7.2 pkgrel = 1 epoch = 1 url = https://developers.yubico.com/yubikey-manager/ @@ -18,12 +18,12 @@ pkgbase = yubikey-manager depends = python-fido2 depends = python-keyring depends = python-pyscard - source = https://github.com/Yubico/yubikey-manager/releases/download/5.7.1/yubikey_manager-5.7.1.tar.gz - source = https://github.com/Yubico/yubikey-manager/releases/download/5.7.1/yubikey_manager-5.7.1.tar.gz.sig + source = https://github.com/Yubico/yubikey-manager/releases/download/5.7.2/yubikey_manager-5.7.2.tar.gz + source = https://github.com/Yubico/yubikey-manager/releases/download/5.7.2/yubikey_manager-5.7.2.tar.gz.sig validpgpkeys = 8D0B4EBA9345254BCEC0E843514F078FF4AB24C3 validpgpkeys = 57A9DEED4C6D962A923BB691816F3ED99921835E validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8 - sha256sums = 0200efca86eb310e19b841a2e365812c83c19f8e65f8c6065e14bbb7b4a58ef3 + sha256sums = 9aeb4035dcff8f6cb792e83f36e6a9152a9b5b65ac2c2e25e5f20d53c6064e62 sha256sums = SKIP pkgname = yubikey-manager ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname='yubikey-manager' epoch=1 -pkgver=5.7.1 +pkgver=5.7.2 pkgrel=1 pkgdesc='Python library and command line tool for configuring a YubiKey' arch=('any') @@ -33,7 +33,7 @@ source=( "https://github.com/Yubico/yubikey-manager/releases/download/$pkgver/yubikey_manager-$pkgver.tar.gz" "https://github.com/Yubico/yubikey-manager/releases/download/$pkgver/yubikey_manager-$pkgver.tar.gz.sig" ) -sha256sums=('0200efca86eb310e19b841a2e365812c83c19f8e65f8c6065e14bbb7b4a58ef3' +sha256sums=('9aeb4035dcff8f6cb792e83f36e6a9152a9b5b65ac2c2e25e5f20d53c6064e62' 'SKIP') # https://developers.yubico.com/Software_Projects/Software_Signing.html validpgpkeys=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yubikey-manager/-/commit/75df36bd0dfefff7d60559baa750d25a9cd7e85e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yubikey-manager/-/commit/75df36bd0dfefff7d60559baa750d25a9cd7e85e You're receiving this email because of your account on gitlab.archlinux.org.