aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorJannis Leidel2010-11-28 13:48:47 +0100
committerAdam Vandenberg2010-11-28 08:51:20 -0800
commit26a9fb5b4ca4c3bcfba05bce636e1273b0d70569 (patch)
tree7e9d06b65ea3f95c647f40f1adab1f309512f48f /Library/Formula/python3.rb
parent9ec136e24e523bf72f95d00c57c15b0624bb6638 (diff)
downloadhomebrew-26a9fb5b4ca4c3bcfba05bce636e1273b0d70569.tar.bz2
Updated Python 3 formula to 3.1.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 7c75adec3..3c935311c 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -19,9 +19,9 @@ def as_framework?
end
class Python3 <Formula
- url 'http://www.python.org/ftp/python/3.1.2/Python-3.1.2.tar.bz2'
+ url 'http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tar.bz2'
homepage 'http://www.python.org/'
- md5 '45350b51b58a46b029fb06c61257e350'
+ md5 'ad5e5f1c07e829321e0a015f8cafe245'
depends_on 'readline' => :optional # Prefer over OS X's libedit
depends_on 'sqlite' => :optional # Prefer over OS X's older version