Skip to content

Commit

Permalink
Python 3.1.5
Browse files Browse the repository at this point in the history
Closes Homebrew#4.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
astiob authored and jacknagel committed Apr 22, 2012
1 parent 178e1fd commit 74334f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python31.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ def as_framework?
end

class Python31 < Formula
url 'http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tar.bz2'
url 'http://www.python.org/ftp/python/3.1.5/Python-3.1.5.tar.bz2'
homepage 'http://www.python.org/'
md5 'ad5e5f1c07e829321e0a015f8cafe245'
md5 'dc8a7a96c12880d2e61e9f4add9d3dc7'

depends_on 'readline' => :optional # Prefer over OS X's libedit
depends_on 'sqlite' => :optional # Prefer over OS X's older version
Expand Down

0 comments on commit 74334f8

Please sign in to comment.