Skip to content

Commit

Permalink
Add teamspeak3 version 3.2.2 (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguiners authored and r15ch13 committed Sep 25, 2018
1 parent 61e440f commit 68b3aae
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions teamspeak3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"version": "3.2.2",
"description": "TeamSpeak. Supplies mission-critical voice communication solutions to some of the world’s finest.",
"homepage": "https://www.teamspeak.com/en/",
"architecture": {
"64bit": {
"url": "http://dl.4players.de/ts/releases/3.2.2/TeamSpeak3-Client-win64-3.2.2.exe#/cosi.7z",
"hash": "809bd44ac3345608b058a220c678e267bfb9bdf2e65ed6fd59ec808256bab310",
"shortcuts": [
[
"ts3client_win64.exe",
"Team Speak 3"
]
]
},
"32bit": {
"url": "http://dl.4players.de/ts/releases/3.2.2/TeamSpeak3-Client-win32-3.2.2.exe#/cosi.7z",
"hash": "4771489f3ad30e5a7d7afe451faf41642bcd5c4742e69c3958719ebd8e69db71",
"shortcuts": [
[
"ts3client_win32.exe",
"Team Speak 3"
]
]
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"persist": "config",
"checkver": {
"url": "https://www.teamspeak.com/en/downloads",
"re": "<h3>\\s+Client 64-bit\\s+<span.*>\\s+([\\d+\\.]+)\\s+</span>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://dl.4players.de/ts/releases/$version/TeamSpeak3-Client-win64-$version.exe#/cosi.7z",
"hash": {
"url": "https://www.teamspeak.com/en/downloads",
"find": "SHA256: ([A-Fa-f\\d]{64})<p></div>\\s+<div.*>\\s+<a class=\".*\" href=\"http://.*Client-win64-"
}
},
"32bit": {
"url": "http://dl.4players.de/ts/releases/$version/TeamSpeak3-Client-win32-$version.exe#/cosi.7z",
"hash": {
"url": "https://www.teamspeak.com/en/downloads",
"find": "SHA256: ([A-Fa-f\\d]{64})<p></div>\\s+<div.*>\\s+<a.*href=\"http://.*-Client-win32-"
}
}
}
}
}

0 comments on commit 68b3aae

Please sign in to comment.