teamspeak3: update to 3.1.10 (#681)

This commit is contained in:
Terry Brashaw 2018-07-06 04:11:50 -04:00 committed by cr6git
parent 6cbecaca80
commit 2dfeffa33a
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'teamspeak3'
pkgname=teamspeak3
version=3.1.6
version=3.1.10
revision=1
wrksrc=teamspeak3
repository="nonfree"
@ -11,14 +11,15 @@ short_desc="Popular proprietary voice chat for gaming"
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
license="Proprietary"
homepage="http://www.teamspeak.com/"
only_for_archs="i686 x86_64"
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_pkg="TeamSpeak3-Client-linux_amd64-${version}"
distfiles="http://teamspeak.gameserver.gamed.de/ts3/releases/${version}/${_pkg}.run"
checksum=53fda7bc9137c712f1d30163b54981e4ae9c46bec76585a9b0fa87397dd19859
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=63f3781c1f49ccc26368d9238a3e2aeca0e57dcb65a1c4022341ad7e8ba4fe9d
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_pkg="TeamSpeak3-Client-linux_x86-${version}"
distfiles="http://teamspeak.gameserver.gamed.de/ts3/releases/${version}/${_pkg}.run"
checksum=222e8abb24de9e3ea00fca10be32340ad88859a4d811afa644c5096aada4996d
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=53e83aea770c53d3a513b50d4f041915d3ac1ec997638505c87c1c96a71f76ae
else
broken="No known upstream client for this architecture"
fi