diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-24 21:50:11 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-25 22:58:07 +0700 |
commit | c981ca10f3c3288d00ce926f6f286a8145f74552 (patch) | |
tree | 14c04c0c5f1018aadbe8bc39d0f07c012b0a93fb /network/viber/viber.SlackBuild | |
parent | 0217626d5117ae1a468e4c27b2bf29357d0871e3 (diff) |
network/viber: Updated for version 16.1.0.37.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/viber/viber.SlackBuild')
-rw-r--r-- | network/viber/viber.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/viber/viber.SlackBuild b/network/viber/viber.SlackBuild index 7849b8b91b3aa..0390e0ee2c8c1 100644 --- a/network/viber/viber.SlackBuild +++ b/network/viber/viber.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=viber -VERSION=${VERSION:-7.0.0.1035} +VERSION=${VERSION:-16.1.0.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,7 +37,7 @@ case "$(uname -m)" in esac # Get the real version -REAL_VER=$(ar p ${PRGNAM}.deb control.tar.gz | tar zxO ./control | grep Version | awk '{print $2}' | cut -d- -f1) +REAL_VER=$(ar p ${PRGNAM}.deb control.tar.xz | tar JxO ./control | grep Version | awk '{print $2}' | cut -d- -f1) # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information |