diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 07:50:45 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-05 20:15:57 -0600 |
commit | f2b4e5eab858c6430f7c7ad6c8b0707a3577c61b (patch) | |
tree | 81a3b7c279c226bb28c3a4de966c93b27b8eb344 /multimedia | |
parent | 62ba8f3eb72377279cebca1210fadfe5c76acfe8 (diff) | |
download | slackbuilds-f2b4e5eab858c6430f7c7ad6c8b0707a3577c61b.tar.gz |
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>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/TeamSpeak3/TeamSpeak3.SlackBuild | 8 | ||||
-rw-r--r-- | multimedia/TeamSpeak3/TeamSpeak3.info | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild b/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild index c0aa9ce62e..7f7aa4b4c6 100644 --- a/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild +++ b/multimedia/TeamSpeak3/TeamSpeak3.SlackBuild @@ -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* diff --git a/multimedia/TeamSpeak3/TeamSpeak3.info b/multimedia/TeamSpeak3/TeamSpeak3.info index c10e9ef730..4ae919a15e 100644 --- a/multimedia/TeamSpeak3/TeamSpeak3.info +++ b/multimedia/TeamSpeak3/TeamSpeak3.info @@ -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" |