network/psi: Updated for version 1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
730da78d0b
commit
6236c1a564
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for psi
|
||||
|
||||
# Written by Eugene Wissner <belka.ew@gmail.com>
|
||||
# Copyright 2010-2017 Eugene Wissner, Dachau, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=psi
|
||||
VERSION=${VERSION:-0.15}
|
||||
VERSION=${VERSION:-1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="psi"
|
||||
VERSION="0.15"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://psi-im.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/psi/psi-0.15.tar.bz2"
|
||||
MD5SUM="aea15f17cf93e7cea52f305523f761be"
|
||||
DOWNLOAD="https://sourceforge.net/projects/psi/files/Psi/1.3/psi-1.3.tar.xz"
|
||||
MD5SUM="473c13da3238d72d469d4d1ce1d85466"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="belka.ew@gmail.com"
|
||||
EMAIL="belka@caraus.de"
|
||||
|
|
Loading…
Reference in New Issue