aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-04-02 12:10:36 -0700
committerGerald Combs <gerald@wireshark.org>2015-04-02 19:21:41 +0000
commit7787c1b46449504c8dbd80ec1c5ab838dd70d2d2 (patch)
treeec8596bd3e9349a2f612cc1669f370f89aadb9ab /tools
parentc3bc15907dc9a88f628d878317addec5ad3555db (diff)
Fixup our anonsvn URLs.
Change-Id: Id18d392bf7ff948fc78b684d8222c5c3725d302a Reviewed-on: https://code.wireshark.org/review/7886 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-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 023975f134..92788fcb13 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
- # http://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
+ # https://anonsvn.wireshark.org/wireshark-win32-libs/tags/<date>/packages
# or
- # http://anonsvn.wireshark.org/wireshark-win64-libs/tags/<date>/packages
+ # https://anonsvn.wireshark.org/wireshark-win64-libs/tags/<date>/packages
# or
# /packages to test uploads before creating the tag.
- #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"
+ #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"
PACKAGE=$(basename "$PACKAGE_PATH")
echo ""