Browse Source
network/zoom-linux: Updated for version 5.13.5.431.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Ebben Aries
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/zoom-linux/zoom-linux.SlackBuild
-
network/zoom-linux/zoom-linux.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
# |
|
|
|
# Slackware build script for zoom-linux |
|
|
|
# |
|
|
|
# Copyright 2018-2021 Ebben Aries <slackbuilds@dscp.org> |
|
|
|
# Copyright 2018-2023 Ebben Aries <slackbuilds@dscp.org> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=zoom-linux |
|
|
|
VERSION=${VERSION:-5.13.4.711} # may be overridden by source! |
|
|
|
VERSION=${VERSION:-5.13.5.431} # may be overridden by source! |
|
|
|
SRCNAM=zoom |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="zoom-linux" |
|
|
|
VERSION="5.13.4.711" |
|
|
|
VERSION="5.13.5.431" |
|
|
|
HOMEPAGE="https://www.zoom.us/" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://d11yldzmag5yn.cloudfront.net/prod/5.13.4.711/zoom_x86_64.tar.xz" |
|
|
|
MD5SUM_x86_64="1058fc875f55bffd433f9bd5cc8eea51" |
|
|
|
DOWNLOAD_x86_64="https://d11yldzmag5yn.cloudfront.net/prod/5.13.5.431/zoom_x86_64.tar.xz" |
|
|
|
MD5SUM_x86_64="236c9df19c7f8ce58d712ab264dd1c66" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Ebben Aries" |
|
|
|
EMAIL="slackbuilds@dscp.org" |