diff options
| author | Jack Nagel | 2013-03-08 19:45:51 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-08 19:45:51 -0600 | 
| commit | 300834e803d4809cff6e0c9d24635db128557f5d (patch) | |
| tree | fe12834ab5c4c1d14d71d1c7325199710ac181c5 /Library/Formula/bash.rb | |
| parent | 672af665e8e1b0eee627da47eb92b85b95ceba57 (diff) | |
| download | homebrew-300834e803d4809cff6e0c9d24635db128557f5d.tar.bz2 | |
bash 4.2.45
Diffstat (limited to 'Library/Formula/bash.rb')
| -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 f33d40b88..75745fc1f 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.42' +  version '4.2.45'    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://gist.github.com/raw/4008180/9e0b97559cbc2319f7f16e72ed43491a90468d19/bash-4.2-001-042.patch" } +    { :p0 => "https://gist.github.com/jacknagel/4008180/raw/1509a257060aa94e5349250306cce9eb884c837d/bash-4.2-001-045.patch" }    end    def install  | 
