teamspeak: Update version

This commit is contained in:
Ossi Salmi 2013-11-24 22:16:48 +02:00
parent 481409b4c1
commit 74b91b8380
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
include $(CURDIR)/../Makefile.inc include $(CURDIR)/../Makefile.inc
VERSION = 3.0.8 VERSION = 3.0.10.1
TARGET32 = teamspeak3-server_linux-x86-$(VERSION).tar.gz TARGET32 = teamspeak3-server_linux-x86-$(VERSION).tar.gz
SOURCE32 = http://ftp.4players.de/pub/hosted/ts3/releases/$(VERSION)/teamspeak3-server_linux-x86-$(VERSION).tar.gz SOURCE32 = http://ftp.4players.de/pub/hosted/ts3/releases/$(VERSION)/teamspeak3-server_linux-x86-$(VERSION).tar.gz

View file

@ -79,6 +79,7 @@ class teamspeak($package=undef, $license=undef) {
owner => "teamspeak", owner => "teamspeak",
group => "teamspeak", group => "teamspeak",
source => $license, source => $license,
replace => false,
require => File["/srv/teamspeak"], require => File["/srv/teamspeak"],
notify => Service["teamspeak"], notify => Service["teamspeak"],
} }