diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/readline.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb index 601de7905..190151c6d 100644 --- a/Library/Formula/readline.rb +++ b/Library/Formula/readline.rb @@ -1,9 +1,9 @@ require 'formula' class Readline < Formula - url 'ftp://ftp.cwru.edu/pub/bash/readline-6.1.tar.gz' - md5 'fc2f7e714fe792db1ce6ddc4c9fb4ef3' homepage 'http://tiswww.case.edu/php/chet/readline/rltop.html' + url 'ftp://ftp.cwru.edu/pub/bash/readline-6.2.tar.gz' + sha256 '79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381' keg_only <<-EOS OS X provides the BSD libedit library, which shadows libreadline. @@ -13,8 +13,7 @@ EOS def patches {:p0 => [ - "ftp://ftp.gnu.org/gnu/readline/readline-6.1-patches/readline61-001", - "ftp://ftp.gnu.org/gnu/readline/readline-6.1-patches/readline61-002", + "ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-001", ]} end |
