bash 4.2.42

This commit is contained in:
Jack Nagel 2012-12-31 16:48:56 -06:00
parent 923ec7ba68
commit db0f475a55

View file

@ -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