aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-10-22 18:15:51 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-22 17:35:54 +0000
commit28bbd565917d59b20458e5de783096bc332c1965 (patch)
treed8fcd14b2eabbafe0f2fd0b63450e0e33f37bbd9 /tools
parenta2d49125a52e0eb21215368a7e1f248b6d4a6c06 (diff)
Add SBC decoding support to Windows
Change-Id: Ibef872dff26c22e2834e958c496c33a5695bb131 Reviewed-on: https://code.wireshark.org/review/18394 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps17
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index d205a48cff..63e57325bf 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -99,8 +99,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2016-10-17"
-$Win32CurrentTag = "2016-10-17"
+$Win64CurrentTag = "2016-10-22"
+$Win32CurrentTag = "2016-10-22"
# Archive file / subdir.
$Win64Archives = @{
@@ -117,6 +117,7 @@ $Win64Archives = @{
"nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-win64ws.zip" = "";
"portaudio_v19_2.zip" = "";
+ "sbc-1.3-win64ws.zip" = "";
"snappy-1.1.3-win64ws.zip" = "";
"upx303w.zip" = "";
"WinSparkle-0.3-44-g2c8d9d3-win64ws.zip" = "";
@@ -138,6 +139,7 @@ $Win32Archives = @{
"nasm-2.09.08-win32.zip" = "";
"nghttp2-1.14.0-win32ws.zip" = "";
"portaudio_v19_2.zip" = "";
+ "sbc-1.3-win32ws.zip" = "";
"snappy-1.1.3-win32ws.zip" = "";
"upx303w.zip" = "";
"WinSparkle-0.3-44-g2c8d9d3-win32ws.zip" = "";
@@ -187,6 +189,7 @@ $CleanupItems = @(
"nghttp2-*-win??ws"
"portaudio_v19"
"portaudio_v19_2"
+ "sbc-1.3-win??ws"
"snappy-1.1.3-win??ws"
"upx301w"
"upx303w"