mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libfido2: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7dea486eb2
commit
a31fb1d69f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libfido2
|
||||
|
||||
# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libfido2
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfido2"
|
||||
VERSION="1.9.0"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://github.com/Yubico/libfido2"
|
||||
DOWNLOAD="https://developers.yubico.com/libfido2/Releases/libfido2-1.9.0.tar.gz"
|
||||
MD5SUM="ef5bea44900665ae7893e0b5cc740277"
|
||||
DOWNLOAD="https://developers.yubico.com/libfido2/Releases/libfido2-1.10.0.tar.gz"
|
||||
MD5SUM="12cfd0bca3f79f49d3eee3f4429423ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libcbor"
|
||||
|
|
Loading…
Reference in a new issue