Skip to content

Commit

Permalink
Update to version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiland committed Aug 31, 2019
1 parent 89eed04 commit 21635ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion amd64/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: teamspeak3-client
Version: 3.3.0
Version: 3.3.2
Architecture: amd64
Maintainer: Tommy Miland (tmiland) <[email protected]>
Installed-Size:
Expand Down
4 changes: 2 additions & 2 deletions amd64/DEBIAN/preinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
RUN="TeamSpeak3-Client-linux_amd64-3.3.0.run"
RUN="TeamSpeak3-Client-linux_amd64-3.3.2.run"
cd /tmp
wget https://files.teamspeak-services.com/releases/client/3.3.0/$RUN
wget https://files.teamspeak-services.com/releases/client/3.3.2/$RUN
bash $RUN
mv TeamSpeak3-Client-linux_amd64 /opt/
rm -f $RUN
2 changes: 1 addition & 1 deletion i386/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: teamspeak3-client
Version: 3.3.0
Version: 3.3.2
Architecture: i386
Maintainer: Tommy Miland (tmiland) <[email protected]>
Installed-Size:
Expand Down
4 changes: 2 additions & 2 deletions i386/DEBIAN/preinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
RUN="TeamSpeak3-Client-linux_x86-3.3.0.run"
RUN="TeamSpeak3-Client-linux_x86-3.3.2.run"
cd /tmp
wget https://files.teamspeak-services.com/releases/client/3.3.0/$RUN
wget https://files.teamspeak-services.com/releases/client/3.3.2/$RUN
bash $RUN
mv TeamSpeak3-Client-linux_x86 /opt/
rm -f $RUN

0 comments on commit 21635ac

Please sign in to comment.