From 2255ee1744ace7615bfc5343f52a27d64ee82251 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 6 Aug 2012 06:54:36 -0400 Subject: [PATCH] no trailing 0s --- formula/python-3.1.0 | 4 ++-- formula/python-3.2.0 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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