aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/win-setup.sh')
-rwxr-xr-xtools/win-setup.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win-setup.sh b/tools/win-setup.sh
index 92788fcb13..023975f134 100755
--- a/tools/win-setup.sh
+++ b/tools/win-setup.sh
@@ -172,13 +172,13 @@ case "$1" in
err_exit "WIRESHARK_TARGET_PLATFORM not defined"
fi
# DOWNLOAD_PREFIX MUST be in the form
- # https://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
+ # http://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
# or
- # https://anonsvn.wireshark.org/wireshark-win64-libs/tags/<date>/packages
+ # http://anonsvn.wireshark.org/wireshark-win64-libs/tags/<date>/packages
# or
# /packages to test uploads before creating the tag.
- #DOWNLOAD_PREFIX="https://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/trunk/packages"
- DOWNLOAD_PREFIX="https://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages"
+ #DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/trunk/packages"
+ DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages"
PACKAGE=$(basename "$PACKAGE_PATH")
echo ""