diff options
| author | Jack Nagel | 2012-12-31 16:48:56 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-12-31 16:48:56 -0600 |
| commit | 19864c786d780d2fbc0b4d0e039c3c9e4816aada (patch) | |
| tree | a375d269ccf0e933136086faba1f65d2e583f81b /Library/Formula | |
| parent | 9e8f3e97844dea189f01ce2185430c831efc8583 (diff) | |
| download | homebrew-19864c786d780d2fbc0b4d0e039c3c9e4816aada.tar.bz2 | |
bash 4.2.42
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bash.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb index 24830f9a5..f33d40b88 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.39' + version '4.2.42' depends_on 'readline' @@ -13,7 +13,7 @@ class Bash < Formula # and the more patches there are, the more unreliable they get. Upstream # patches can be found in: http://ftpmirror.gnu.org/bash/bash-4.2-patches def patches - { :p0 => "https://raw.github.com/gist/4008180/443bc2c712ca9151a9e34e13be1b3a00e9a190d0/bash-4.2-001-039.patch" } + { :p0 => "https://gist.github.com/raw/4008180/9e0b97559cbc2319f7f16e72ed43491a90468d19/bash-4.2-001-042.patch" } end def install |
