diff options
author | Eugen Wissner <belka@caraus.de> | 2024-05-23 22:15:19 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-25 11:47:46 +0700 |
commit | 75400744906b56431bee5970b6fc7393e5ebfa66 (patch) | |
tree | df4c7c5896444c669afd1a40023296a9f7fd0da2 /network/webex/webex.SlackBuild | |
parent | 25faeb51d1bd69f8b78584cc289a1dca0200e327 (diff) |
network/webex: Updated for version 43.11.0.28947
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/webex/webex.SlackBuild')
-rw-r--r-- | network/webex/webex.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/webex/webex.SlackBuild b/network/webex/webex.SlackBuild index 4e80deb99616a..de642593673ef 100644 --- a/network/webex/webex.SlackBuild +++ b/network/webex/webex.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for webex -# Copyright 2022-2023 Eugene Wissner, Mannheim, Germany +# Copyright 2022-2024 Eugene Wissner, Mannheim, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webex -VERSION=${VERSION:-43.11.0.27795} +VERSION=${VERSION:-43.11.0.28947} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |