aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-10-12 12:58:18 -0700
committerGerald Combs <gerald@wireshark.org>2017-10-12 20:45:04 +0000
commitf3ba040479f35e8b6f630553159b1b799fbae665 (patch)
tree089ac8ea2e5ed72a29854863dbed8c79f0db55b0
parent99fd0cfb05a465d7846f1d1b65086fa5f35fa297 (diff)
win-setup: Don't bother downloading UPX.
We haven't used UPX since g85eec7f603 (2014). Don't bother downloading it. Change-Id: Id86ca6ae8f29adab3eb40a2ea3bd1de5ff45d868 Reviewed-on: https://code.wireshark.org/review/23894 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--tools/win-setup.ps12
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index f6993cd923..6d38171cb5 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -123,7 +123,6 @@ $Win64Archives = @{
"sbc-1.3-1-win64ws.zip" = "";
"snappy-1.1.3-1-win64ws.zip" = "";
"spandsp-0.0.6-1-win64ws.zip" = "";
- "upx303w.zip" = "";
"WinSparkle-0.5.6.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.11-ws.zip" = "";
@@ -149,7 +148,6 @@ $Win32Archives = @{
"sbc-1.3-1-win32ws.zip" = "";
"snappy-1.1.3-1-win32ws.zip" = "";
"spandsp-0.0.6-1-win32ws.zip" = "";
- "upx303w.zip" = "";
"WinSparkle-0.5.6.zip" = "";
"WpdPack_4_1_2.zip" = "";
"zlib-1.2.11-ws.zip" = "";