readline 6.2.4

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-07-17 12:50:54 -05:00
parent e593be8db7
commit 660ff59b09
1 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ class Readline < Formula
url 'http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz'
mirror 'http://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz'
sha256 '79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381'
version '6.2.2'
version '6.2.4'
keg_only <<-EOS
OS X provides the BSD libedit library, which shadows libreadline.
@ -16,7 +16,9 @@ EOS
def patches
{:p0 => [
"http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-001",
"http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-002"
"http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-002",
"http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-003",
"http://ftpmirror.gnu.org/readline/readline-6.2-patches/readline62-004"
]}
end