From 54163bfba0483843259db4e5df6f1459d0f2e418 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 19 Nov 2013 07:34:13 -0800 Subject: Python 3.3.3 Closes #24478. --- Library/Formula/python3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 7357ef888..02baac515 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -2,8 +2,8 @@ require 'formula' class Python3 < Formula homepage 'http://www.python.org/' - url 'http://python.org/ftp/python/3.3.2/Python-3.3.2.tar.bz2' - sha1 'b28c36a9752b690059dc6df4fb9b4ec9d6c5708a' + url 'http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.bz2' + sha1 '' VER='3.3' # The . is used so often. head 'http://hg.python.org/cpython', :using => :hg, :branch => VER -- cgit v1.2.3