aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-11-02 19:07:52 +0000
committerGerald Combs <gerald@wireshark.org>2004-11-02 19:07:52 +0000
commit5c665d64a7038e95b1b333669fbe7dbb220e9716 (patch)
treed4f04459218a3226e758cdd998df68357dc46a03 /tools
parent723832dbf0ac9d1743236c9cc972c3adfdf53f69 (diff)
Update the Windows build to zlib 1.2.2.
Have win32-setup.sh download from "2004-11-02" tag directory. svn path=/trunk/; revision=12474
Diffstat (limited to 'tools')
-rw-r--r--tools/win32-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index a23623e2c7..067648f0f1 100644
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# DOWNLOAD_PREFIX="http://www.ethereal.com/distribution/win32/development"
-DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/trunk/packages"
+DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2004-11-02/packages"
err_exit () {
echo "ERROR: $1"