diff options
author | Eugen Wissner <belka@caraus.de> | 2022-10-26 22:01:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-29 10:28:41 +0700 |
commit | a50ec235b63ec395d1508ed9867634f216286023 (patch) | |
tree | 315a7569f479b71866afa1a5a0cd51557a21705c /network | |
parent | bbef31ce6b1d8f21fe80786922dce7571a7709bd (diff) |
network/webex: Updates for version 42.10.0.24000
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 73fd185a91dc..8732facc8e07 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.7.0.22904 +-Version=42.10.0.24000 Name=Webex -Comment=Webex +Comment=Video conferencing diff --git a/network/webex/webex.SlackBuild b/network/webex/webex.SlackBuild index 58dc31f13f9b..db4609d2f748 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.7.0.22904} +VERSION=${VERSION:-42.10.0.24000} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYYPE:-tgz} diff --git a/network/webex/webex.info b/network/webex/webex.info index ddf42c94c6d6..cf34a06c6e21 100644 --- a/network/webex/webex.info +++ b/network/webex/webex.info @@ -1,10 +1,10 @@ PRGNAM="webex" -VERSION="42.7.0.22904" +VERSION="42.10.0.24000" HOMEPAGE="https://www.webex.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" DOWNLOAD_x86_64="https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb" -MD5SUM_x86_64="626355056191a0e03fed56422812c0d6" +MD5SUM_x86_64="53a7fca4f95d4d0c4a4d6bbfb42e1480" REQUIRES="" MAINTAINER="Eugene Wissner" EMAIL="belka@caraus.de" |