diff options
| author | Ian Lancaster | 2013-05-16 05:16:43 -0400 |
|---|---|---|
| committer | Samuel John | 2013-05-18 13:51:44 +0200 |
| commit | 197a5a8322ee6df10337206457a26a48a766b7f7 (patch) | |
| tree | 93eaec31da1f975e27fa4c42de370e433d54b541 /Library | |
| parent | dad5917f6bd3ee86d6a9e26b99761da2e268c6be (diff) | |
| download | homebrew-197a5a8322ee6df10337206457a26a48a766b7f7.tar.bz2 | |
python 2.7.5
Closes #19860.
Signed-off-by: Samuel John <github@SamuelJohn.de>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 53bbe2bae..356944460 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -12,8 +12,8 @@ end class Python < Formula homepage 'http://www.python.org' - url 'http://www.python.org/ftp/python/2.7.4/Python-2.7.4.tar.bz2' - sha1 'deb8609d8e356b3388f33b6a4d6526911994e5b1' + url 'http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2' + sha1 '6cfada1a739544a6fa7f2601b500fba02229656b' option :universal option 'quicktest', 'Run `make quicktest` after the build (for devs; may fail)' |
