aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Höppner2010-08-29 17:28:30 +0200
committerDavid Höppner2010-08-29 17:28:30 +0200
commita0c86dc431248056fc6f7381eaa44b7206e76a35 (patch)
tree4e0e7811a9b4ac36b5504f679cc7605d2a46b678 /Library
parenteaf1c4011f1de777fe06b3a3ffa97f7d7903c460 (diff)
downloadhomebrew-a0c86dc431248056fc6f7381eaa44b7206e76a35.tar.bz2
readline: update version to 6.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/readline.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb
index e884aa93d..70ba8a43f 100644
--- a/Library/Formula/readline.rb
+++ b/Library/Formula/readline.rb
@@ -1,8 +1,8 @@
require 'formula'
class Readline <Formula
- url 'ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz'
- md5 'b7f65a48add447693be6e86f04a63019'
+ url 'ftp://ftp.cwru.edu/pub/bash/readline-6.1.tar.gz'
+ md5 'fc2f7e714fe792db1ce6ddc4c9fb4ef3'
homepage 'http://tiswww.case.edu/php/chet/readline/rltop.html'
keg_only <<-EOS
@@ -12,7 +12,7 @@ to keg-only.
EOS
def patches
- patches = (1..5).collect { |n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n }
+ patches = (1..2).collect { |n| "ftp://ftp.gnu.org/gnu/readline/readline-6.1-patches/readline61-%03d"%n }
{ :p0 => patches }
end