[arch-commits] Commit in libfido2/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Mar 1 21:11:15 UTC 2020
Date: Sunday, March 1, 2020 @ 21:11:15
Author: anthraxx
Revision: 376468
upgpkg: libfido2 1.3.1-1
https://developers.yubico.com/Software_Projects/Software_Signing.html
Modified:
libfido2/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-01 19:50:23 UTC (rev 376467)
+++ PKGBUILD 2020-03-01 21:11:15 UTC (rev 376468)
@@ -2,9 +2,8 @@
# Contributor: Karol Babioch <karol at babioch.de>
pkgname=libfido2
-# TODO: add hidapi dependency for 1.4.0 release
-pkgver=1.3.0
-pkgrel=5
+pkgver=1.3.1
+pkgrel=1
pkgdesc='Library functionality for FIDO 2.0, including communication with a device over USB'
url='https://developers.yubico.com/libfido2/'
arch=('x86_64')
@@ -13,11 +12,14 @@
makedepends=('cmake')
provides=('libfido2.so')
source=(https://developers.yubico.com/libfido2/Releases/libfido2-${pkgver}.tar.gz{,.sig})
-sha256sums=('0b2e3671c4c5d42fd5604a08e45f89f49592b97cf66d7d3bfbc7e6a4d5a0fec7'
+sha256sums=('ba35e22016b60c1e4be66dff3cd6a60c1fe4bfa0d91ec0b89ca9da25ebeaaf41'
'SKIP')
-b2sums=('18a0036127a9f643ef7ca917dab909bfa344caecdfdef3f1f0881bd7c84b73ea8273a57a2daccc95cc448d7777c389a8f573f663895abd78c48b3340a45f7764'
+b2sums=('f69a04fc69c46b688d83afe9d72b2fb1860ac00a09665d55e25293595520e95d45486ecc5355c479bc8bc06dbe6ed4fd469c511f5bf5f341a0ec86cb099fce28'
'SKIP')
-validpgpkeys=('EE90AE0D19774C8386628FAAB428949EF7914718') # pedro martelletto <pedro at yubico.com>
+validpgpkeys=(
+ 'EE90AE0D19774C8386628FAAB428949EF7914718' # pedro martelletto <pedro at yubico.com>
+ '1D7308B0055F5AEF36944A8F27A9C24D9588EA0F' # Aveen Ismail <aveen.ismail at yubico.com>
+)
build() {
mkdir -p ${pkgname}-${pkgver}/build
More information about the arch-commits
mailing list