From 660ff59b0957b4241bd1317a5e7c1e4e660f194d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 17 Jul 2012 12:50:54 -0500 Subject: [PATCH] readline 6.2.4 Signed-off-by: Jack Nagel --- Formula/readline.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/readline.rb b/Formula/readline.rb index ce3791d1083..cb396e3c5da 100644 --- a/Formula/readline.rb +++ b/Formula/readline.rb @@ -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