diff options
| author | cclauss | 2014-03-09 18:51:57 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-09 19:25:04 -0700 |
| commit | 032806d05cbdd2077f3e63f5e60355223ad2a369 (patch) | |
| tree | e03139ab3b9330049b7a76f7aea86d779ffd336c /Library/Formula/python3.rb | |
| parent | 5cb8d43dae90c28558aaae84af922bf0a9ef665e (diff) | |
| download | homebrew-032806d05cbdd2077f3e63f5e60355223ad2a369.tar.bz2 | |
python3 3.3.5
Closes #27358.
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 985b64934..9f4175118 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.4/Python-3.3.4.tgz' - sha1 '0561d2a24067c03ed2b29c58a12e126e86ccdc58' + url 'http://python.org/ftp/python/3.3.5/Python-3.3.5.tgz' + sha1 '15f24702c5ae07d364606c663e515c1d9ba58615' VER='3.3' # The <major>.<minor> is used so often. head 'http://hg.python.org/cpython', :using => :hg, :branch => VER |
