network/viber: Updated for version 6.0.1.5.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Roberto Metere 2016-07-26 22:33:34 +01:00 committed by Willy Sudiarto Raharjo
parent 8d688b84da
commit 078d56153e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler----------------------------------------------------|
viber: Viber (mobile application)
viber: Viber (mobile messaging application)
viber:
viber: Viber is a mobile application that allows you to make phone
viber: calls and send text messages to all other Viber users for free!

View file

@ -2,7 +2,7 @@
#
# Slackware build script for Viber
# Copyright 2014-2015 Roberto Metere, Cagliari (CA), Italy
# Copyright 2009-2016 Roberto Metere, Glasgow, UK
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=viber
VERSION=${VERSION:-4.2.2.6}
BUILD=${BUILD:-3}
VERSION=${VERSION:-6.1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
case "$(uname -m)" in
@ -46,7 +46,7 @@ REAL_VER=$(ar p ${PRGNAM}.deb control.tar.gz | tar zxO ./control | grep Version
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
ar p $CWD/${PRGNAM}.deb data.tar.gz | gunzip | tar xv
ar p $CWD/${PRGNAM}.deb data.tar.xz | xz -d | tar xv
# Move to standard place
mv $PKG/opt/viber/* $PKG/usr/share/viber
rm -r $PKG/opt

View file

@ -1,10 +1,10 @@
PRGNAM="viber"
VERSION="4.2.2.6"
VERSION="6.0.1.5"
HOMEPAGE="http://www.viber.com/products/linux"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb"
MD5SUM_x86_64="4dec3ade37a3738c6f084858a4554861"
REQUIRES=""
MD5SUM_x86_64="4ba9a65ee33b560ff5c280379730c650"
REQUIRES="qt5"
MAINTAINER="Roberto Metere"
EMAIL="roberto@metere.it"