teamspeak3: update to 3.2.3.

This commit is contained in:
John 2018-12-25 18:11:42 +01:00 committed by maxice8
parent 2791de9c61
commit 7fe0dee1c4

View file

@ -1,25 +1,26 @@
# Template file for 'teamspeak3' # Template file for 'teamspeak3'
pkgname=teamspeak3 pkgname=teamspeak3
version=3.2.2 version=3.2.3
revision=1 revision=1
wrksrc=teamspeak3 wrksrc=teamspeak3
repository="nonfree"
nopie=yes
restricted=yes
create_wrksrc=yes create_wrksrc=yes
only_for_archs="i686 x86_64"
short_desc="Popular proprietary voice chat for gaming" short_desc="Popular proprietary voice chat for gaming"
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>" maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
license="Proprietary" license="Proprietary"
homepage="http://www.teamspeak.com/" homepage="http://www.teamspeak.com/"
only_for_archs="i686 x86_64" restricted=yes
repository="nonfree"
nopie=yes
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_pkg="TeamSpeak3-Client-linux_amd64-${version}" _pkg="TeamSpeak3-Client-linux_amd64-${version}"
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run" distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=466d1e9df81227061f513ff88a255c848ecde7cf228c0f621d9edf543f1469df checksum=3fc60446a19cc0ae4c26506c28f4ab3dc4eb8db75f573496a8f6c71d712df085
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_pkg="TeamSpeak3-Client-linux_x86-${version}" _pkg="TeamSpeak3-Client-linux_x86-${version}"
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run" distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=1d51dccb4cf2d5ac22f073d6c97a6ef292c9adc292af79a4d66a82e6e8833344 checksum=97735cae8120b8fda49846ffe73010d9da7b82f2a2805387cd203a62f1c8a8c7
else else
broken="No known upstream client for this architecture" broken="No known upstream client for this architecture"
fi fi