diff options
Diffstat (limited to 'network/webex/webex.SlackBuild')
-rw-r--r-- | network/webex/webex.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/webex/webex.SlackBuild b/network/webex/webex.SlackBuild index 144f888924..4e80deb996 100644 --- a/network/webex/webex.SlackBuild +++ b/network/webex/webex.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for webex -# Copyright 2022 Eugene Wissner, Dachau, Germany +# Copyright 2022-2023 Eugene Wissner, Mannheim, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webex -VERSION=${VERSION:-43.8.0.26955} -BUILD=${BUILD:-2} +VERSION=${VERSION:-43.11.0.27795} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |