mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/viber: Updated for version 6.0.1.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8d688b84da
commit
078d56153e
3 changed files with 8 additions and 8 deletions
|
@ -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!
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue