diff options
author | Eugen Wissner <belka@caraus.de> | 2023-03-17 22:03:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:16 +0700 |
commit | 97d91e398951b3da865dbdd060a6f5476c42dad7 (patch) | |
tree | b4df9cf757d4d021563c43a9cc9e65bbbc819321 /network | |
parent | 7a1a703b7f8fc7bf9c50c81d216dffa91d980df4 (diff) |
network/webex: Updated for version 43.2.0.25211
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 6814967dbbd7e..2deb083469cce 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.12.0.24485 +-Version=43.2.0.25211 Name=Webex -Comment=Webex +Comment=Video conferencing diff --git a/network/webex/webex.SlackBuild b/network/webex/webex.SlackBuild index 9c13c7f760868..84c04860ec056 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.12.0.24485} +VERSION=${VERSION:-43.2.0.25211} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/webex/webex.info b/network/webex/webex.info index 7a95eef39bbd4..d9425aa82212a 100644 --- a/network/webex/webex.info +++ b/network/webex/webex.info @@ -1,10 +1,10 @@ PRGNAM="webex" -VERSION="42.12.0.24485" +VERSION="43.2.0.25211" HOMEPAGE="https://www.webex.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" DOWNLOAD_x86_64="https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb" -MD5SUM_x86_64="d57a8ec25d71c24bbaabd2cc63319798" +MD5SUM_x86_64="4c2a38e283685fba6a7fb128a5a44c78" REQUIRES="" MAINTAINER="Eugene Wissner" EMAIL="belka@caraus.de" |