mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/nitrokey-app: Updated for version 1.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6e3dc08b27
commit
dcabfaca70
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nitrokey-app
|
||||
|
||||
# Copyright 2017 Felipe Bugno <capent@yahoo.com>
|
||||
# Copyright 2018 Felipe Bugno <capent@yahoo.com>
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -25,8 +25,8 @@
|
|||
|
||||
PRGNAM=nitrokey-app
|
||||
|
||||
VERSION=${VERSION:-1.1}
|
||||
LIBVERSION=${LIBVERSION:-06c0deb7935a9390a67bc02d6c323e64c785a026}
|
||||
VERSION=${VERSION:-1.2}
|
||||
LIBVERSION=${LIBVERSION:-3.2}
|
||||
CODECVERSION=${CODECVERSION:-61d9b044d6644293f99fb87dfadc15dcab951bd9}
|
||||
|
||||
BUILD=${BUILD:-1}
|
||||
|
@ -69,7 +69,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
|
||||
rmdir libnitrokey
|
||||
unzip $CWD/libnitrokey-$LIBVERSION.zip
|
||||
tar xvf $CWD/libnitrokey-$LIBVERSION.tar.gz
|
||||
mv libnitrokey-$LIBVERSION libnitrokey
|
||||
|
||||
rmdir 3rdparty/cppcodec
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PRGNAM="nitrokey-app"
|
||||
VERSION="1.1"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="https://www.nitrokey.com/"
|
||||
DOWNLOAD="https://github.com/Nitrokey/nitrokey-app/archive/v1.1/nitrokey-app-1.1.tar.gz \
|
||||
https://github.com/Nitrokey/libnitrokey/archive/06c0deb/libnitrokey-06c0deb7935a9390a67bc02d6c323e64c785a026.zip \
|
||||
DOWNLOAD="https://github.com/Nitrokey/nitrokey-app/archive/v1.2/nitrokey-app-1.2.tar.gz \
|
||||
https://github.com/Nitrokey/libnitrokey/archive/v3.2/libnitrokey-3.2.tar.gz \
|
||||
https://github.com/Nitrokey/cppcodec/archive/61d9b04/cppcodec-61d9b044d6644293f99fb87dfadc15dcab951bd9.zip"
|
||||
MD5SUM="cf1719237ee4043726a0fb38faa97cc3 \
|
||||
6cb32e589d523ce942dc17993b32104d \
|
||||
MD5SUM="7cca0ea81e29f9987c9ad45ac92e99c3 \
|
||||
5a5f965da761938383c28e53187dd5b5 \
|
||||
29d201707eb38dbee180dd21a71cbae9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue