Readline 6.2.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Birger J. Nordølum 2011-04-11 01:39:36 +02:00 committed by Adam Vandenberg
parent c2f1db1ef5
commit 91737aacea
1 changed files with 3 additions and 4 deletions

View File

@ -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