mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/TeamSpeak3: Updated for version 3.6.1
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d74c8167c7
commit
bc185a3754
3 changed files with 8 additions and 6 deletions
|
@ -13,4 +13,6 @@ Key features are: client-server architecture, firewall-friendly client
|
|||
communication, multiple channels, text chat, file transfer, user
|
||||
administration, and cross-platform support.
|
||||
|
||||
Starting with 3.6.0, TeamSpeak drops the support for Linux 32-bit.
|
||||
|
||||
This script packages the proprietary client software.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=TeamSpeak3
|
||||
VERSION=${VERSION:-3.5.6}
|
||||
VERSION=${VERSION:-3.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="TeamSpeak3"
|
||||
VERSION="3.5.6"
|
||||
VERSION="3.6.1"
|
||||
HOMEPAGE="https://www.teamspeak.com/en/"
|
||||
DOWNLOAD="https://files.teamspeak-services.com/releases/client/3.5.6/TeamSpeak3-Client-linux_x86-3.5.6.run"
|
||||
MD5SUM="8b667d366c0e257ae58c4688de5a923f"
|
||||
DOWNLOAD_x86_64="https://files.teamspeak-services.com/releases/client/3.5.6/TeamSpeak3-Client-linux_amd64-3.5.6.run"
|
||||
MD5SUM_x86_64="15d6e255515f37cc514dcf4f0f7cf23d"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://files.teamspeak-services.com/releases/client/3.6.1/TeamSpeak3-Client-linux_amd64-3.6.1.run"
|
||||
MD5SUM_x86_64="327f66c7923f735b8e9f3425f4c40219"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@linuxgalaxy.org"
|
||||
|
|
Loading…
Reference in a new issue