diff options
author | Eugen Wissner <belka@caraus.de> | 2023-12-10 18:15:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:13 +0700 |
commit | ec1f935f4e7decc6414ddb6243d78b123bce407f (patch) | |
tree | 675461476158f42d8f2089a1e0305cd61f4aa541 /network/webex/webex.SlackBuild | |
parent | 1fb092df3adcf1190795560e49aa99f620989bcf (diff) |
network/webex: Updated for version 43.11.0.27795
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 144f888924f82..4e80deb99616a 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} |