teamspeak/Makefile: Fix file names
This commit is contained in:
parent
995d01d38e
commit
c97e5922d3
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ include $(CURDIR)/../Makefile.inc
|
|||
|
||||
VERSION = 3.0.12.4
|
||||
|
||||
TARGET32 = teamspeak3-server_linux-x86-$(VERSION).tar.gz
|
||||
TARGET32 = teamspeak3-server_linux-x86-$(VERSION).tar.bz2
|
||||
SOURCE32 = http://dl.4players.de/ts/releases/$(VERSION)/teamspeak3-server_linux_x86-$(VERSION).tar.bz2
|
||||
TARGET64 = teamspeak3-server_linux-amd64-$(VERSION).tar.gz
|
||||
TARGET64 = teamspeak3-server_linux-amd64-$(VERSION).tar.bz2
|
||||
SOURCE64 = http://dl.4players.de/ts/releases/$(VERSION)/teamspeak3-server_linux_amd64-$(VERSION).tar.bz2
|
||||
|
||||
all: download manifest
|
||||
|
|
Loading…
Add table
Reference in a new issue