network/teamviewer: Updated for version 15.45.3.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2023-08-22 19:28:59 +01:00 committed by Willy Sudiarto Raharjo
parent be1f8d513e
commit 18ef4233e9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 10 deletions

View File

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=teamviewer
VERSION=${VERSION:-15.44.5}
VERSION=${VERSION:-15.45.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -100,10 +100,8 @@ done
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
# we do not strip te libicudata library as it prevents the package from working.
find $PKG -print0 | xargs -0 file | grep -v -e 'libicudata' | grep -e "executable" -e "shared object" | grep ELF \

View File

@ -1,10 +1,10 @@
PRGNAM="teamviewer"
VERSION="15.44.5"
VERSION="15.45.3"
HOMEPAGE="https://www.teamviewer.com/"
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"
DOWNLOAD="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.45.3_i386.deb"
MD5SUM="6f5d9d7aeb655f6e6c50cd15b84ae30b"
DOWNLOAD_x86_64="https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.45.3_amd64.deb"
MD5SUM_x86_64="9a142da6cf86ce8afddd4666212a73e7"
REQUIRES="libminizip"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"