diff options
| author | Jack Nagel | 2012-06-05 14:59:14 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-06-05 15:09:18 -0500 | 
| commit | 39c9872e56e6736f7fef0ad33530bacef7a0fd3e (patch) | |
| tree | 3490fb5724830480e0887f760b76979dbfff1d04 /Library/Formula/bash.rb | |
| parent | 05c7954306fe5ace9716303f473d9a1fc5fe0f93 (diff) | |
| download | homebrew-39c9872e56e6736f7fef0ad33530bacef7a0fd3e.tar.bz2 | |
bash 4.2.29
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/bash.rb')
| -rw-r--r-- | Library/Formula/bash.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb index d32b240ee..edc7f8d04 100644 --- a/Library/Formula/bash.rb +++ b/Library/Formula/bash.rb @@ -5,7 +5,7 @@ class Bash < Formula    url 'http://ftpmirror.gnu.org/bash/bash-4.2.tar.gz'    mirror 'http://ftp.gnu.org/gnu/bash/bash-4.2.tar.gz'    sha256 'a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8' -  version '4.2.28' +  version '4.2.29'    depends_on 'readline'  | 
