network/teamviewer: Updated for version 13.0.9865.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-03-03 19:26:33 +07:00
parent 412aedcb3f
commit 605f188334
3 changed files with 5 additions and 7 deletions

View File

@ -21,5 +21,3 @@ attempting to upgrade as the path and configs may change on each major release.
3. Starting from Teamviewer 13, it has come up with native 64 client package, so
no multilib is required to use. It uses Qt as a foundation.
4. The new version is still buggy with notification area for GNOME-related DE.

View File

@ -26,8 +26,8 @@
# Modified by Mario Preksavec <mario@slackware.hr>
PRGNAM=teamviewer
VERSION=${VERSION:-13.0.6634}
BUILD=${BUILD:-2}
VERSION=${VERSION:-13.0.9865}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -1,10 +1,10 @@
PRGNAM="teamviewer"
VERSION="13.0.6634"
VERSION="13.0.9865"
HOMEPAGE="https://www.teamviewer.com/"
DOWNLOAD="https://download.teamviewer.com/download/linux/teamviewer_i386.deb"
MD5SUM="9391e5f443b7f2a15ca3d1a457441476"
MD5SUM="f6a7b604abee2ab94681aed4c97ccedf"
DOWNLOAD_x86_64="https://download.teamviewer.com/download/linux/teamviewer_amd64.deb"
MD5SUM_x86_64="25e8777112cba7962c1ec88ebfd549ad"
MD5SUM_x86_64="43f3f1c61e832240e138a0b032c09035"
REQUIRES="qt5-webkit"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"