aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Leidel2009-10-26 13:06:12 +0100
committerMax Howell2009-11-04 16:27:36 +0000
commitb423474c0dc5bdd050879367253cd791689d479f (patch)
tree76090905c03362f1fe9c6ea4a6f4c9ce8236b647
parent97ecce7df6870bf935a3ff7dae0c4e941b7ad9fe (diff)
downloadhomebrew-b423474c0dc5bdd050879367253cd791689d479f.tar.bz2
Bumped Python formula up to 2.6.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 b28da4aea..5bc2e9946 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -1,9 +1,9 @@
require 'formula'
class Python <Formula
- url 'http://python.org/ftp/python/2.6.3/Python-2.6.3.tar.bz2'
+ url 'http://python.org/ftp/python/2.6.4/Python-2.6.4.tar.bz2'
homepage 'http://www.python.org/'
- md5 '8755fc03075b1701ca3f13932e6ade9f'
+ md5 'fee5408634a54e721a93531aba37f8c1'
# You can build Python without readline, but you really don't want to.
depends_on 'readline' => :recommended