mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/qtkeychain: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a293ffc79
commit
3ed5bc121e
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for qtkeychain
|
||||
|
||||
# Copyright 2014 Donald Cooley La Porte, IN USA
|
||||
# Copyright 2016-2017 Donald Cooley South Haven, IN USA
|
||||
# Copyright 2016-2018 Donald Cooley South Haven, IN USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=qtkeychain
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qtkeychain"
|
||||
VERSION="0.7.0"
|
||||
VERSION="0.9.1"
|
||||
HOMEPAGE="https://github.com/frankosterfeld/qtkeychain"
|
||||
DOWNLOAD="https://github.com/frankosterfeld/qtkeychain/archive/v0.7.0.tar.gz"
|
||||
MD5SUM="3361893bc8fd176cd35116796df40028"
|
||||
DOWNLOAD="https://github.com/frankosterfeld/qtkeychain/archive/v0.9.1/qtkeychain-0.9.1.tar.gz"
|
||||
MD5SUM="e6921de6f256259784f2a9edd1eeb8f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue