diff options
| author | Misty De Meo | 2012-07-17 12:40:13 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2012-07-17 12:40:13 -0500 | 
| commit | 4072b7c17a9e7c13fac7e64e4239914ee76fa188 (patch) | |
| tree | 7c65dbabeae6f0815cd253cf3fe4669492677ac1 /Library/Formula/bash.rb | |
| parent | 43cda50009c5281d2596559010b9a21c8207f557 (diff) | |
| download | homebrew-4072b7c17a9e7c13fac7e64e4239914ee76fa188.tar.bz2 | |
bash 4.2.37
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 edc7f8d04..60d61e53e 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.29' +  version '4.2.37'    depends_on 'readline'  | 
