diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2024-08-10 14:40:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:36 +0700 |
commit | e6fc7414e3a215f08708c47094ff1f2d4511f1f5 (patch) | |
tree | 26996ae53660c4266a6d3b51c2ef64d3fe0507b1 /network | |
parent | b62da64ff9878abec48fd3310230003d21b58425 (diff) |
network/TeamSpeak3: Updated for version 3.6.2
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/TeamSpeak3/TeamSpeak3.SlackBuild | 2 | ||||
-rw-r--r-- | network/TeamSpeak3/TeamSpeak3.info | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/network/TeamSpeak3/TeamSpeak3.SlackBuild b/network/TeamSpeak3/TeamSpeak3.SlackBuild index 53c7aa5463031..6aeb7b05a20c8 100644 --- a/network/TeamSpeak3/TeamSpeak3.SlackBuild +++ b/network/TeamSpeak3/TeamSpeak3.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=TeamSpeak3 -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/TeamSpeak3/TeamSpeak3.info b/network/TeamSpeak3/TeamSpeak3.info index d0b5e8518e775..7e0331365afbb 100644 --- a/network/TeamSpeak3/TeamSpeak3.info +++ b/network/TeamSpeak3/TeamSpeak3.info @@ -1,9 +1,9 @@ PRGNAM="TeamSpeak3" -VERSION="3.6.1" +VERSION="3.6.2" HOMEPAGE="https://www.teamspeak.com/en/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://files.teamspeak-services.com/releases/client/3.6.1/TeamSpeak3-Client-linux_amd64-3.6.1.run" +DOWNLOAD_x86_64="https://files.teamspeak-services.com/releases/client/3.6.2/TeamSpeak3-Client-linux_amd64-3.6.2.run" MD5SUM_x86_64="327f66c7923f735b8e9f3425f4c40219" REQUIRES="" MAINTAINER="Edward W. Koenig" |