diff --git a/formula/python-3.1.0 b/formula/python-3.1.0 index cbdd9d8..8939bf9 100755 --- a/formula/python-3.1.0 +++ b/formula/python-3.1.0 @@ -7,9 +7,9 @@ echo "Building SQLite..." ./parts/sqlite $OUT_PREFIX echo "Building Python..." -SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.0/Python-3.1.0.tar.bz2' +SOURCE_TARBALL='http://www.python.org/ftp/python/3.1/Python-3.1.tar.bz2' curl $SOURCE_TARBALL | tar jx -mv Python-3.1.0 src +mv Python-3.1 src cd src ./configure --prefix=$OUT_PREFIX diff --git a/formula/python-3.2.0 b/formula/python-3.2.0 index ecedb12..a66f2b8 100755 --- a/formula/python-3.2.0 +++ b/formula/python-3.2.0 @@ -7,9 +7,9 @@ echo "Building SQLite..." ./parts/sqlite $OUT_PREFIX echo "Building Python..." -SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.0/Python-3.2.0.tar.bz2' +SOURCE_TARBALL='http://www.python.org/ftp/python/3.2/Python-3.2.tar.bz2' curl $SOURCE_TARBALL | tar jx -mv Python-3.2.0 src +mv Python-3.2 src cd src ./configure --prefix=$OUT_PREFIX