mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/teamviewer: Updated for version 15.49.2.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9841a26573
commit
d29bf53593
2 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2022-2023 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Copyright 2022-2024 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=teamviewer
|
||||
VERSION=${VERSION:-15.48.4}
|
||||
VERSION=${VERSION:-15.49.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="teamviewer"
|
||||
VERSION="15.48.4"
|
||||
VERSION="15.49.2"
|
||||
HOMEPAGE="https://www.teamviewer.com/"
|
||||
DOWNLOAD="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.48.4_i386.deb"
|
||||
MD5SUM="5fa1c3ce1549e11956f9acf3268ce4f9"
|
||||
DOWNLOAD_x86_64="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.48.4_amd64.deb"
|
||||
MD5SUM_x86_64="5c3281f63c3df3d41219393ad362c646"
|
||||
DOWNLOAD="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.49.2_i386.deb"
|
||||
MD5SUM="4d51b3926771c5d99c7d531e3fbafd9d"
|
||||
DOWNLOAD_x86_64="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.49.2_amd64.deb"
|
||||
MD5SUM_x86_64="8bf9b221b777be150cee4292cd619a73"
|
||||
REQUIRES="libminizip"
|
||||
MAINTAINER="ArTourter"
|
||||
EMAIL="artourter@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue