aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorClinton R. Nixon2009-09-10 17:56:07 -0400
committerMax Howell2009-09-14 20:33:46 +0100
commit6bb92434fa5bc8dc30b07419c43fd986fd3b5431 (patch)
tree70cbb0c25fd3d5f4a1730b0de7809bc069d4938f /Library
parentfac9bd041311c3533ae44d2d7ea6f4adac44f489 (diff)
downloadhomebrew-6bb92434fa5bc8dc30b07419c43fd986fd3b5431.tar.bz2
Readline 6.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/readline.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb
index 598f7d174..78105ee3a 100644
--- a/Library/Formula/readline.rb
+++ b/Library/Formula/readline.rb
@@ -1,13 +1,9 @@
require 'brewkit'
class Readline <Formula
- @url='ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz'
+ @url='ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz'
@homepage='http://tiswww.case.edu/php/chet/readline/rltop.html'
- @md5='e39331f32ad14009b9ff49cc10c5e751'
-
- def patches
- (1..14).collect {|n| "ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-%03d"%n}
- end
+ @md5='b7f65a48add447693be6e86f04a63019'
def install
system "./configure", "--prefix=#{prefix}",