aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorIan Lancaster2013-05-16 05:16:43 -0400
committerSamuel John2013-05-18 13:51:44 +0200
commit197a5a8322ee6df10337206457a26a48a766b7f7 (patch)
tree93eaec31da1f975e27fa4c42de370e433d54b541 /Library
parentdad5917f6bd3ee86d6a9e26b99761da2e268c6be (diff)
downloadhomebrew-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.rb4
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)'