aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Aronoff2010-11-06 09:47:49 -0400
committerAdam Vandenberg2010-11-06 08:16:52 -0700
commit9a35bb172ee2a1e075ad5ed933db4bc49883cd59 (patch)
tree173b66631f3302b82bb806811d56c2ab2a94116c
parent123276d643bdfe2d0ffaffc5ed579c6d54df1f3c (diff)
downloadhomebrew-9a35bb172ee2a1e075ad5ed933db4bc49883cd59.tar.bz2
Bump Bash 4.1 patch level to 9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/bash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb
index 6f3c74c6d..b3b52ba7a 100644
--- a/Library/Formula/bash.rb
+++ b/Library/Formula/bash.rb
@@ -4,7 +4,7 @@ class Bash <Formula
url 'http://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz'
homepage 'http://www.gnu.org/software/bash/'
sha1 '3bd1ec9c66f3689f6b3495bdaaf9077b2e5dc150'
- version '4.1.7'
+ version '4.1.9'
depends_on 'readline'