diff options
| author | Adam Vandenberg | 2013-11-19 07:34:13 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-19 07:34:13 -0800 |
| commit | 54163bfba0483843259db4e5df6f1459d0f2e418 (patch) | |
| tree | fecfc4043827f2611de9c909b5ba86f0118219c4 /Library | |
| parent | df3d124953092f6fc606982ae63f070ea45585d7 (diff) | |
| download | homebrew-54163bfba0483843259db4e5df6f1459d0f2e418.tar.bz2 | |
Python 3.3.3
Closes #24478.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
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 |
