diff options
| author | Eddie Zaneski | 2014-02-10 21:00:09 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-10 19:40:54 -0800 |
| commit | d1d42b680f24c1c2a36de8e10a208a954a84f30e (patch) | |
| tree | 32e99a3ef848224e35acc6445e10fc6a2f2d4cdf /Library/Formula/python3.rb | |
| parent | 529b065d8f78bbe7eabb174d5f1d61900840b50b (diff) | |
| download | homebrew-d1d42b680f24c1c2a36de8e10a208a954a84f30e.tar.bz2 | |
Update Python3 to 3.3.4
Addresses #26586
Closes #26603.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
| -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 34f0eaec8..4614498b2 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.3/Python-3.3.3.tar.bz2' - sha1 '6ff7d34427cbf7bf875e6a456850231e488118ca' + url 'http://python.org/ftp/python/3.3.4/Python-3.3.4.tgz' + sha1 '0561d2a24067c03ed2b29c58a12e126e86ccdc58' VER='3.3' # The <major>.<minor> is used so often. head 'http://hg.python.org/cpython', :using => :hg, :branch => VER |
