teamspeak3: update to 3.2.3.
This commit is contained in:
parent
2791de9c61
commit
7fe0dee1c4
1 changed files with 8 additions and 7 deletions
|
@ -1,25 +1,26 @@
|
|||
# Template file for 'teamspeak3'
|
||||
pkgname=teamspeak3
|
||||
version=3.2.2
|
||||
version=3.2.3
|
||||
revision=1
|
||||
wrksrc=teamspeak3
|
||||
repository="nonfree"
|
||||
nopie=yes
|
||||
restricted=yes
|
||||
create_wrksrc=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
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"
|
||||
restricted=yes
|
||||
repository="nonfree"
|
||||
nopie=yes
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
_pkg="TeamSpeak3-Client-linux_amd64-${version}"
|
||||
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
|
||||
checksum=466d1e9df81227061f513ff88a255c848ecde7cf228c0f621d9edf543f1469df
|
||||
checksum=3fc60446a19cc0ae4c26506c28f4ab3dc4eb8db75f573496a8f6c71d712df085
|
||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
_pkg="TeamSpeak3-Client-linux_x86-${version}"
|
||||
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
|
||||
checksum=1d51dccb4cf2d5ac22f073d6c97a6ef292c9adc292af79a4d66a82e6e8833344
|
||||
checksum=97735cae8120b8fda49846ffe73010d9da7b82f2a2805387cd203a62f1c8a8c7
|
||||
else
|
||||
broken="No known upstream client for this architecture"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue