mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/teamviewer: Updated for version 15.44.5.
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
3c7a12b867
commit
2334e3ac9a
2 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=teamviewer
|
||||
VERSION=${VERSION:-15.44.4}
|
||||
VERSION=${VERSION:-15.44.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="teamviewer"
|
||||
VERSION="15.44.4"
|
||||
VERSION="15.44.5"
|
||||
HOMEPAGE="https://www.teamviewer.com/"
|
||||
DOWNLOAD="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.44.4_i386.deb"
|
||||
MD5SUM="2ffb309fef051f3e4f6e4a2902108e6a"
|
||||
DOWNLOAD_x86_64="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.44.4_amd64.deb"
|
||||
MD5SUM_x86_64="9706b216c3b9c8f8bc0e18f73447adde"
|
||||
DOWNLOAD="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.44.5_i386.deb"
|
||||
MD5SUM="1418bda2a6746050d80b1e0430797445"
|
||||
DOWNLOAD_x86_64="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.44.5_amd64.deb"
|
||||
MD5SUM_x86_64="0b1d3277ed36be6191ef907dd85e6010"
|
||||
REQUIRES="libminizip"
|
||||
MAINTAINER="ArTourter"
|
||||
EMAIL="artourter@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue