diff options
author | Eugen Wissner <belka@caraus.de> | 2022-12-23 17:27:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:58 +0700 |
commit | b8b4d8e8f958b7a6c2c6bb0d13ebeea799a7410b (patch) | |
tree | 139984669e9d85477b15aff1047cd35e837f1982 | |
parent | 4c5d49121ff141d87898db3cbc61cd8764caee72 (diff) |
network/webex: Updates for version 42.12.0.24485
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/webex/desktop.patch | 2 | ||||
-rw-r--r-- | network/webex/webex.SlackBuild | 2 | ||||
-rw-r--r-- | network/webex/webex.info | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/network/webex/desktop.patch b/network/webex/desktop.patch index 8732facc8e07..6814967dbbd7 100644 --- a/network/webex/desktop.patch +++ b/network/webex/desktop.patch @@ -5,7 +5,7 @@ +++ b/opt/Webex/bin/webex.desktop 2022-08-05 11:35:53.335000000 +0200 @@ -1,10 +1,9 @@ [Desktop Entry] --Version=42.10.0.24000 +-Version=42.12.0.24485 Name=Webex -Comment=Webex +Comment=Video conferencing diff --git a/network/webex/webex.SlackBuild b/network/webex/webex.SlackBuild index db4609d2f748..e9a8559f48f7 100644 --- a/network/webex/webex.SlackBuild +++ b/network/webex/webex.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webex -VERSION=${VERSION:-42.10.0.24000} +VERSION=${VERSION:-42.12.0.24485} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYYPE:-tgz} diff --git a/network/webex/webex.info b/network/webex/webex.info index cf34a06c6e21..7a95eef39bbd 100644 --- a/network/webex/webex.info +++ b/network/webex/webex.info @@ -1,10 +1,10 @@ PRGNAM="webex" -VERSION="42.10.0.24000" +VERSION="42.12.0.24485" HOMEPAGE="https://www.webex.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" DOWNLOAD_x86_64="https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb" -MD5SUM_x86_64="53a7fca4f95d4d0c4a4d6bbfb42e1480" +MD5SUM_x86_64="d57a8ec25d71c24bbaabd2cc63319798" REQUIRES="" MAINTAINER="Eugene Wissner" EMAIL="belka@caraus.de" |