aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-19 07:34:13 -0800
committerAdam Vandenberg2013-11-19 07:34:13 -0800
commit54163bfba0483843259db4e5df6f1459d0f2e418 (patch)
treefecfc4043827f2611de9c909b5ba86f0118219c4 /Library/Formula
parentdf3d124953092f6fc606982ae63f070ea45585d7 (diff)
downloadhomebrew-54163bfba0483843259db4e5df6f1459d0f2e418.tar.bz2
Python 3.3.3
Closes #24478.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
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 <major>.<minor> is used so often.
head 'http://hg.python.org/cpython', :using => :hg, :branch => VER