teamspeak3: update to 3.2.2.

This commit is contained in:
John 2018-10-16 00:46:12 +02:00 committed by Helmut Pozimski
parent c9cc757ff7
commit cee839ec5f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'teamspeak3'
pkgname=teamspeak3
version=3.2.1
version=3.2.2
revision=1
wrksrc=teamspeak3
repository="nonfree"
@ -15,11 +15,11 @@ only_for_archs="i686 x86_64"
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_pkg="TeamSpeak3-Client-linux_amd64-${version}"
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=c6aad4b90738d95da677fbd774b84118993b5cf9f12bb9f618c7667518f7a2e2
checksum=466d1e9df81227061f513ff88a255c848ecde7cf228c0f621d9edf543f1469df
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_pkg="TeamSpeak3-Client-linux_x86-${version}"
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=1dea061ea8ddf5f1138ec7e1e6089bf9d10f6357fbdb6c51f0dfae11ee1f1dd8
checksum=1d51dccb4cf2d5ac22f073d6c97a6ef292c9adc292af79a4d66a82e6e8833344
else
broken="No known upstream client for this architecture"
fi