Skip to content

Commit 81839ae

Browse files
committed
fix python archive urls
1 parent 9e75747 commit 81839ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ PYNAME=python$PYVER;
6060
if [ -z "$FN" ]; then
6161
declare -A URLS;
6262
URLS["cpy26"]="2.6.9/Python-2.6.9.tgz";
63-
URLS["cpy27"]="2.7.6/Python-2.7.7.tgz";
64-
URLS["cpy33"]="3.3.3/Python-3.3.5.tgz";
65-
URLS["cpy34"]="3.4.1/Python-3.4.1.tgz";
63+
URLS["cpy27"]="2.7.6/Python-2.7.7.tar.xz";
64+
URLS["cpy33"]="3.3.3/Python-3.3.5.tar.xz";
65+
URLS["cpy34"]="3.4.1/Python-3.4.1.tar.xz";
6666
URLS["jyt25"]="2.5.3/jython-installer-2.5.3.jar";
6767
URLS["jyt27"]="2.7-b2/jython-installer-2.7-b2.jar";
6868
URLS["ipy27"]="ipy-2.7.4.zip";

0 commit comments

Comments
 (0)