teamspeak3: update to 3.2.1.

This commit is contained in:
John 2018-08-31 11:26:01 +02:00 committed by Helmut Pozimski
parent 4287c3cddd
commit 687aa615d9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'teamspeak3'
pkgname=teamspeak3
version=3.1.10
version=3.2.1
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=63f3781c1f49ccc26368d9238a3e2aeca0e57dcb65a1c4022341ad7e8ba4fe9d
checksum=c6aad4b90738d95da677fbd774b84118993b5cf9f12bb9f618c7667518f7a2e2
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_pkg="TeamSpeak3-Client-linux_x86-${version}"
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=53e83aea770c53d3a513b50d4f041915d3ac1ec997638505c87c1c96a71f76ae
checksum=1dea061ea8ddf5f1138ec7e1e6089bf9d10f6357fbdb6c51f0dfae11ee1f1dd8
else
broken="No known upstream client for this architecture"
fi