From 2e50bc6c6de144b44422aa9ad8e1ce2400795dae Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 3 Mar 2014 15:29:27 -0500 Subject: [PATCH] follow redirects for new python.org --- formula/python-2.4.4 | 2 +- formula/python-2.4.5 | 2 +- formula/python-2.4.6 | 2 +- formula/python-2.5.0 | 2 +- formula/python-2.5.1 | 2 +- formula/python-2.5.2 | 2 +- formula/python-2.5.3 | 2 +- formula/python-2.5.4 | 2 +- formula/python-2.5.5 | 2 +- formula/python-2.5.6 | 2 +- formula/python-2.6.0 | 2 +- formula/python-2.6.1 | 2 +- formula/python-2.6.2 | 2 +- formula/python-2.6.3 | 2 +- formula/python-2.6.4 | 2 +- formula/python-2.6.5 | 2 +- formula/python-2.6.6 | 2 +- formula/python-2.6.7 | 2 +- formula/python-2.6.8 | 2 +- formula/python-2.6.9 | 2 +- formula/python-2.7.0 | 2 +- formula/python-2.7.1 | 2 +- formula/python-2.7.2 | 2 +- formula/python-2.7.3 | 2 +- formula/python-2.7.4 | 2 +- formula/python-2.7.5 | 2 +- formula/python-2.7.6 | 2 +- formula/python-3.1.0 | 2 +- formula/python-3.1.1 | 2 +- formula/python-3.1.2 | 2 +- formula/python-3.1.3 | 2 +- formula/python-3.1.4 | 2 +- formula/python-3.1.5 | 2 +- formula/python-3.2.0 | 2 +- formula/python-3.2.1 | 2 +- formula/python-3.2.2 | 2 +- formula/python-3.2.3 | 2 +- formula/python-3.2.4 | 2 +- formula/python-3.2.5 | 2 +- formula/python-3.3.0 | 2 +- formula/python-3.3.1 | 2 +- formula/python-3.3.2 | 2 +- formula/python-3.3.3 | 2 +- formula/python-3.3.4 | 2 +- formula/python-3.4.0b2 | 2 +- formula/python-3.4.0b3 | 2 +- formula/python-3.4.0rc1 | 2 +- formula/python-3.4.0rc2 | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/formula/python-2.4.4 b/formula/python-2.4.4 index c4d8226..aa442ab 100755 --- a/formula/python-2.4.4 +++ b/formula/python-2.4.4 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.4.4 src cd src diff --git a/formula/python-2.4.5 b/formula/python-2.4.5 index 0d7d394..545adce 100755 --- a/formula/python-2.4.5 +++ b/formula/python-2.4.5 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.5/Python-2.4.5.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.4.5 src cd src diff --git a/formula/python-2.4.6 b/formula/python-2.4.6 index f1268f3..47ca56f 100755 --- a/formula/python-2.4.6 +++ b/formula/python-2.4.6 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.4.6 src cd src diff --git a/formula/python-2.5.0 b/formula/python-2.5.0 index bc1f06d..52b783d 100755 --- a/formula/python-2.5.0 +++ b/formula/python-2.5.0 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.5/Python-2.5.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.5 src cd src diff --git a/formula/python-2.5.1 b/formula/python-2.5.1 index 22a94ff..eddd5d3 100755 --- a/formula/python-2.5.1 +++ b/formula/python-2.5.1 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.1/Python-2.5.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.5.1 src cd src diff --git a/formula/python-2.5.2 b/formula/python-2.5.2 index e693ce0..da25406 100755 --- a/formula/python-2.5.2 +++ b/formula/python-2.5.2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.5.2 src cd src diff --git a/formula/python-2.5.3 b/formula/python-2.5.3 index 06dddb0..389e0ed 100755 --- a/formula/python-2.5.3 +++ b/formula/python-2.5.3 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.5.4 src cd src diff --git a/formula/python-2.5.4 b/formula/python-2.5.4 index 06dddb0..389e0ed 100755 --- a/formula/python-2.5.4 +++ b/formula/python-2.5.4 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.5.4 src cd src diff --git a/formula/python-2.5.5 b/formula/python-2.5.5 index 9b07abd..f354809 100755 --- a/formula/python-2.5.5 +++ b/formula/python-2.5.5 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.5.5 src cd src diff --git a/formula/python-2.5.6 b/formula/python-2.5.6 index f08a187..0b5b59f 100755 --- a/formula/python-2.5.6 +++ b/formula/python-2.5.6 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.6/Python-2.5.6.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.5.6 src cd src diff --git a/formula/python-2.6.0 b/formula/python-2.6.0 index 54051a4..c99629e 100755 --- a/formula/python-2.6.0 +++ b/formula/python-2.6.0 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6/Python-2.6.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6 src cd src diff --git a/formula/python-2.6.1 b/formula/python-2.6.1 index 3b32b28..bea881b 100755 --- a/formula/python-2.6.1 +++ b/formula/python-2.6.1 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.1/Python-2.6.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6.1 src cd src diff --git a/formula/python-2.6.2 b/formula/python-2.6.2 index f65b9a2..38e5512 100755 --- a/formula/python-2.6.2 +++ b/formula/python-2.6.2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6.2 src cd src diff --git a/formula/python-2.6.3 b/formula/python-2.6.3 index 704b0f8..2ae6ad6 100755 --- a/formula/python-2.6.3 +++ b/formula/python-2.6.3 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.3/Python-2.6.3.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6.3 src cd src diff --git a/formula/python-2.6.4 b/formula/python-2.6.4 index 00ba21c..98ad24a 100755 --- a/formula/python-2.6.4 +++ b/formula/python-2.6.4 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6.4 src cd src diff --git a/formula/python-2.6.5 b/formula/python-2.6.5 index 67a36b2..04bee5e 100755 --- a/formula/python-2.6.5 +++ b/formula/python-2.6.5 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.5/Python-2.6.5.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6.5 src cd src diff --git a/formula/python-2.6.6 b/formula/python-2.6.6 index da4aed3..c821a9c 100755 --- a/formula/python-2.6.6 +++ b/formula/python-2.6.6 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.6/Python-2.6.6.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6.6 src cd src diff --git a/formula/python-2.6.7 b/formula/python-2.6.7 index 700ee10..207cdfb 100755 --- a/formula/python-2.6.7 +++ b/formula/python-2.6.7 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.6.7 src cd src diff --git a/formula/python-2.6.8 b/formula/python-2.6.8 index a481edd..dc5e195 100755 --- a/formula/python-2.6.8 +++ b/formula/python-2.6.8 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/2.6.8/Python-2.6.8.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-2.6.8 src cd src diff --git a/formula/python-2.6.9 b/formula/python-2.6.9 index 97b118d..2ea9870 100755 --- a/formula/python-2.6.9 +++ b/formula/python-2.6.9 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/2.6.9/Python-2.6.9.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-2.6.9 src cd src diff --git a/formula/python-2.7.0 b/formula/python-2.7.0 index 4b2880f..428736e 100755 --- a/formula/python-2.7.0 +++ b/formula/python-2.7.0 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.7 src cd src diff --git a/formula/python-2.7.1 b/formula/python-2.7.1 index 5a9c405..982a67c 100755 --- a/formula/python-2.7.1 +++ b/formula/python-2.7.1 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.7.1 src cd src diff --git a/formula/python-2.7.2 b/formula/python-2.7.2 index 40c10f4..4ae59b0 100755 --- a/formula/python-2.7.2 +++ b/formula/python-2.7.2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.7.2 src cd src diff --git a/formula/python-2.7.3 b/formula/python-2.7.3 index 554631f..6b572fb 100755 --- a/formula/python-2.7.3 +++ b/formula/python-2.7.3 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.7.3 src cd src diff --git a/formula/python-2.7.4 b/formula/python-2.7.4 index 3a7c08a..f903186 100755 --- a/formula/python-2.7.4 +++ b/formula/python-2.7.4 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/2.7.4/Python-2.7.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.7.4 src cd src diff --git a/formula/python-2.7.5 b/formula/python-2.7.5 index 7c2a51e..bd2fa51 100755 --- a/formula/python-2.7.5 +++ b/formula/python-2.7.5 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-2.7.5 src cd src diff --git a/formula/python-2.7.6 b/formula/python-2.7.6 index 6ee809f..a4952f4 100755 --- a/formula/python-2.7.6 +++ b/formula/python-2.7.6 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/2.7.6/Python-2.7.6.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-2.7.6 src cd src diff --git a/formula/python-3.1.0 b/formula/python-3.1.0 index 712572e..f8d492e 100755 --- a/formula/python-3.1.0 +++ b/formula/python-3.1.0 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.1/Python-3.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.1 src cd src diff --git a/formula/python-3.1.1 b/formula/python-3.1.1 index efbf1e1..a7d819b 100755 --- a/formula/python-3.1.1 +++ b/formula/python-3.1.1 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.1/Python-3.1.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.1.1 src cd src diff --git a/formula/python-3.1.2 b/formula/python-3.1.2 index 9fa88df..53fc1e0 100755 --- a/formula/python-3.1.2 +++ b/formula/python-3.1.2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.2/Python-3.1.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.1.2 src cd src diff --git a/formula/python-3.1.3 b/formula/python-3.1.3 index 33aac34..d27ab60 100755 --- a/formula/python-3.1.3 +++ b/formula/python-3.1.3 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.1.3 src cd src diff --git a/formula/python-3.1.4 b/formula/python-3.1.4 index 6018688..04c8173 100755 --- a/formula/python-3.1.4 +++ b/formula/python-3.1.4 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.4/Python-3.1.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.1.4 src cd src diff --git a/formula/python-3.1.5 b/formula/python-3.1.5 index e98410b..8282da2 100755 --- a/formula/python-3.1.5 +++ b/formula/python-3.1.5 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.5/Python-3.1.5.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.1.5 src cd src diff --git a/formula/python-3.2.0 b/formula/python-3.2.0 index 045a42c..83d1b1b 100755 --- a/formula/python-3.2.0 +++ b/formula/python-3.2.0 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.2/Python-3.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.2 src cd src diff --git a/formula/python-3.2.1 b/formula/python-3.2.1 index 8f2c800..3f02edb 100755 --- a/formula/python-3.2.1 +++ b/formula/python-3.2.1 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.1/Python-3.2.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.2.1 src cd src diff --git a/formula/python-3.2.2 b/formula/python-3.2.2 index 47ec6f2..db84b84 100755 --- a/formula/python-3.2.2 +++ b/formula/python-3.2.2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.2/Python-3.2.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.2.2 src cd src diff --git a/formula/python-3.2.3 b/formula/python-3.2.3 index 19b0740..4f986f4 100755 --- a/formula/python-3.2.3 +++ b/formula/python-3.2.3 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.2.3 src cd src diff --git a/formula/python-3.2.4 b/formula/python-3.2.4 index b36628e..9ee5321 100755 --- a/formula/python-3.2.4 +++ b/formula/python-3.2.4 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.4/Python-3.2.4.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.2.4 src cd src diff --git a/formula/python-3.2.5 b/formula/python-3.2.5 index 9b82159..cf6428f 100755 --- a/formula/python-3.2.5 +++ b/formula/python-3.2.5 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.5/Python-3.2.5.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.2.5 src cd src diff --git a/formula/python-3.3.0 b/formula/python-3.3.0 index 17ca60f..f3adc97 100755 --- a/formula/python-3.3.0 +++ b/formula/python-3.3.0 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.0/Python-3.3.0.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.3.0 src cd src diff --git a/formula/python-3.3.1 b/formula/python-3.3.1 index caa2c85..4c77df1 100755 --- a/formula/python-3.3.1 +++ b/formula/python-3.3.1 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.1/Python-3.3.1.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.3.1 src cd src diff --git a/formula/python-3.3.2 b/formula/python-3.3.2 index bcd98c4..df3f46a 100755 --- a/formula/python-3.3.2 +++ b/formula/python-3.3.2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.2/Python-3.3.2.tar.bz2' -curl $SOURCE_TARBALL | tar jx +curl -L $SOURCE_TARBALL | tar jx mv Python-3.3.2 src cd src diff --git a/formula/python-3.3.3 b/formula/python-3.3.3 index cc5aef2..d860f51 100755 --- a/formula/python-3.3.3 +++ b/formula/python-3.3.3 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/3.3.3/Python-3.3.3.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-3.3.3 src cd src diff --git a/formula/python-3.3.4 b/formula/python-3.3.4 index fa3a674..70c9ce2 100755 --- a/formula/python-3.3.4 +++ b/formula/python-3.3.4 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/3.3.4/Python-3.3.4.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-3.3.4 src cd src diff --git a/formula/python-3.4.0b2 b/formula/python-3.4.0b2 index 384d279..aeb7a62 100755 --- a/formula/python-3.4.0b2 +++ b/formula/python-3.4.0b2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0b2.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-3.4.0b2 src cd src diff --git a/formula/python-3.4.0b3 b/formula/python-3.4.0b3 index f8f76fb..b41c93b 100755 --- a/formula/python-3.4.0b3 +++ b/formula/python-3.4.0b3 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0b3.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-3.4.0b3 src cd src diff --git a/formula/python-3.4.0rc1 b/formula/python-3.4.0rc1 index 2243127..9f6f94b 100755 --- a/formula/python-3.4.0rc1 +++ b/formula/python-3.4.0rc1 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0rc1.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-3.4.0rc1 src cd src diff --git a/formula/python-3.4.0rc2 b/formula/python-3.4.0rc2 index 474233e..99a1706 100755 --- a/formula/python-3.4.0rc2 +++ b/formula/python-3.4.0rc2 @@ -8,7 +8,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0rc2.tgz' -curl $SOURCE_TARBALL | tar xz +curl -L $SOURCE_TARBALL | tar xz mv Python-3.4.0rc2 src cd src