Skip to content

Commit

Permalink
Update to version to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiland committed May 23, 2019
1 parent 1f10567 commit 704cdb6
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion amd64/DEBIAN/control
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: teamspeak3-client
Version: 3.2.3
Version: 3.2.5
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.2.3.run"
RUN="TeamSpeak3-Client-linux_amd64-3.2.5.run"
cd /tmp
wget https://files.teamspeak-services.com/releases/client/3.2.3/$RUN
wget https://files.teamspeak-services.com/releases/client/3.2.5/$RUN
bash $RUN
mv TeamSpeak3-Client-linux_amd64 /opt/
rm -f $RUN
Empty file modified amd64/usr/share/applications/teamspeak3-client.desktop
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion i386/DEBIAN/control
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: teamspeak3-client
Version: 3.2.3
Version: 3.2.5
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.2.3.run"
RUN="TeamSpeak3-Client-linux_x86-3.2.5.run"
cd /tmp
wget https://files.teamspeak-services.com/releases/client/3.2.3/$RUN
wget https://files.teamspeak-services.com/releases/client/3.2.5/$RUN
bash $RUN
mv TeamSpeak3-Client-linux_x86 /opt/
rm -f $RUN
Empty file modified i386/usr/share/applications/teamspeak3-client.desktop
100644 → 100755
Empty file.

0 comments on commit 704cdb6

Please sign in to comment.