From c59966b6f60df84633d25ed434efc4054baa1970 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Sep 2012 15:21:01 -0400 Subject: [PATCH] python 3.3.0 --- formula/{python-3.3.0b1 => python-3.3.0} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename formula/{python-3.3.0b1 => python-3.3.0} (96%) diff --git a/formula/python-3.3.0b1 b/formula/python-3.3.0 similarity index 96% rename from formula/python-3.3.0b1 rename to formula/python-3.3.0 index c6079ff..d28b5d7 100755 --- a/formula/python-3.3.0b1 +++ b/formula/python-3.3.0 @@ -7,7 +7,7 @@ echo "Building SQLite..." ./parts/sqlite $OUT_PREFIX echo "Building Python..." -SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.0/Python-3.3.0b1.tar.bz2' +SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.0/Python-3.3.0.tar.bz2' curl $SOURCE_TARBALL | tar jx mv Python-3.3.0b1 src cd src