multimedia/TeamSpeak3: Updated for version 3.0.13.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-06 07:50:45 +07:00 committed by Robby Workman
parent 62ba8f3eb7
commit f2b4e5eab8
2 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=TeamSpeak3
VERSION=${VERSION:-3.0.10}
VERSION=${VERSION:-3.0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,11 +70,11 @@ chmod +x $CWD/$PRGNAM-Client-linux_$TSARCH-$VERSION.run
$CWD/$PRGNAM-Client-linux_$TSARCH-$VERSION.run --noexec --target $PKG/opt/TeamSpeak3
cd $PKG
chown -R root:root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Remove bundled Qt
rm -f $PKG/opt/TeamSpeak3/libQt*

View file

@ -1,10 +1,10 @@
PRGNAM="TeamSpeak3"
VERSION="3.0.10"
VERSION="3.0.13.1"
HOMEPAGE="http://www.teamspeak.com/"
DOWNLOAD="http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.10/TeamSpeak3-Client-linux_x86-3.0.10.run"
MD5SUM="1a0f4fa7effca1419d74f7bac2c9a8e4"
DOWNLOAD_x86_64="http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.10/TeamSpeak3-Client-linux_amd64-3.0.10.run"
MD5SUM_x86_64="73f0328f4d64150b6465932e624725df"
DOWNLOAD="http://dl.4players.de/ts/releases/3.0.13.1/TeamSpeak3-Client-linux_x86-3.0.13.1.run"
MD5SUM="0ca274f52b0e491cbdce8d4a1767586a"
DOWNLOAD_x86_64="http://dl.4players.de/ts/releases/3.0.13.1/TeamSpeak3-Client-linux_amd64-3.0.13.1.run"
MD5SUM_x86_64="bc3254928298ea1be6e9c2b44ad397c8"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackware-id.org"