Browse Source
libraries/libfido2: Updated for version 1.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Willy Sudiarto Raharjo
3 years ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
libraries/libfido2/libfido2.SlackBuild
-
libraries/libfido2/libfido2.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for libfido2 |
|
|
|
|
|
|
|
# Copyright 2021-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# Copyright 2021-2023 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.12.0} |
|
|
|
VERSION=${VERSION:-1.13.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="libfido2" |
|
|
|
VERSION="1.12.0" |
|
|
|
VERSION="1.13.0" |
|
|
|
HOMEPAGE="https://github.com/Yubico/libfido2" |
|
|
|
DOWNLOAD="https://developers.yubico.com/libfido2/Releases/libfido2-1.12.0.tar.gz" |
|
|
|
MD5SUM="1e6d53ed4ac5f7bd4075e51de86b2d26" |
|
|
|
DOWNLOAD="https://developers.yubico.com/libfido2/Releases/libfido2-1.13.0.tar.gz" |
|
|
|
MD5SUM="000c10073b6f4ac595b8660297e64a97" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libcbor" |
|
|
|