mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libu2f-host: Updated for version 1.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e4952ac427
commit
2392de3110
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for libu2f-host
|
# Slackware build script for libu2f-host
|
||||||
|
|
||||||
# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2015-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=libu2f-host
|
PRGNAM=libu2f-host
|
||||||
SRCNAM=libu2f-host-libu2f-host
|
SRCNAM=libu2f-host-libu2f-host
|
||||||
VERSION=${VERSION:-1.1.4}
|
VERSION=${VERSION:-1.1.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $SRCNAM-$VERSION
|
rm -rf $SRCNAM-$VERSION
|
||||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||||
cd $SRCNAM-$VERSION
|
cd $SRCNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libu2f-host"
|
PRGNAM="libu2f-host"
|
||||||
VERSION="1.1.4"
|
VERSION="1.1.5"
|
||||||
HOMEPAGE="https://github.com/Yubico/libu2f-host"
|
HOMEPAGE="https://github.com/Yubico/libu2f-host"
|
||||||
DOWNLOAD="https://github.com/Yubico/libu2f-host/archive/libu2f-host-1.1.4.tar.gz"
|
DOWNLOAD="https://github.com/Yubico/libu2f-host/archive/libu2f-host-1.1.5/libu2f-host-libu2f-host-1.1.5.tar.gz"
|
||||||
MD5SUM="cc88c819bfbe0f8197b8c777c463b583"
|
MD5SUM="6e8718ae5100034d08f84d60139968ce"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="hidapi gengetopt"
|
REQUIRES="hidapi gengetopt"
|
||||||
|
|
Loading…
Reference in a new issue