network/zoom-linux: Updated for version 3.5.385850.0413.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2020-04-19 09:36:45 +07:00 committed by Willy Sudiarto Raharjo
parent 16b6504971
commit a0688a7b19
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 6 deletions

View File

@ -24,7 +24,6 @@
PRGNAM=zoom-linux
SRCNAM=zoom
VERSION=${VERSION:-3.5.383291.0407}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,6 +56,8 @@ case "$ARCH" in
;;
esac
VERSION=$(tar JxOf $SRC.tar.xz zoom/version.txt)
set -e
rm -rf $PKG

View File

@ -1,10 +1,10 @@
PRGNAM="zoom-linux"
VERSION="3.5.383291.0407"
VERSION="3.5.385850.0413"
HOMEPAGE="https://www.zoom.us/"
DOWNLOAD="https://www.zoom.us/client/3.5.383291.0407/zoom_i686.tar.xz"
MD5SUM="042d008e4d6a540b51a58246d0b0392f"
DOWNLOAD_x86_64="https://www.zoom.us/client/3.5.383291.0407/zoom_x86_64.tar.xz"
MD5SUM_x86_64="947f2f4ccd66fb2b267596a981582d7c"
DOWNLOAD="https://www.zoom.us/client/3.5.385850.0413/zoom_i686.tar.xz"
MD5SUM="3f7c5affb1bb2c2d06824dbc2e1ca4ea"
DOWNLOAD_x86_64="https://www.zoom.us/client/3.5.385850.0413/zoom_x86_64.tar.xz"
MD5SUM_x86_64="121b6db83bc8715220233b4eba80ff69"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"