diff options
| author | Misty De Meo | 2011-11-29 09:14:02 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2011-11-29 20:03:52 -0600 | 
| commit | 4a0fd2a782f2c3c01d9f6d47f5537fa980f66cde (patch) | |
| tree | 696a8c50ba61bee968a741897220e6d0af8873cd /Library/Formula/bash.rb | |
| parent | 28da63e4f334b4dcf7a41ec8b04f4be4c1ced880 (diff) | |
| download | homebrew-4a0fd2a782f2c3c01d9f6d47f5537fa980f66cde.tar.bz2 | |
bash 4.2.20
Closes #8867.
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 edae54ae0..060b135d7 100644 --- a/Library/Formula/bash.rb +++ b/Library/Formula/bash.rb @@ -4,7 +4,7 @@ class Bash < Formula    homepage 'http://www.gnu.org/software/bash/'    url 'http://ftpmirror.gnu.org/bash/bash-4.2.tar.gz'    sha256 'a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8' -  version '4.2.10' +  version '4.2.20'    depends_on 'readline'  | 
