diff options
| author | Jack Nagel | 2014-10-06 13:06:09 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-06 13:06:09 -0500 | 
| commit | 2aca334f18b9cf66bd99be54657627502e320513 (patch) | |
| tree | 04ae84ac7252f25ab820a55d8d169df8f26c24d3 | |
| parent | 1c830bb09c0a8124dd231889d59f26e62fda557d (diff) | |
| download | homebrew-2aca334f18b9cf66bd99be54657627502e320513.tar.bz2 | |
bash 4.3.30
| -rw-r--r-- | Library/Formula/bash.rb | 9 | 
1 files changed, 3 insertions, 6 deletions
| diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb index 3368437ad..6f81939bd 100644 --- a/Library/Formula/bash.rb +++ b/Library/Formula/bash.rb @@ -8,21 +8,18 @@ class Bash < Formula      mirror "http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz"      sha256 "afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4" -    version "4.3.29" +    version "4.3.30"      # Vendor the patches. The mirrors are unreliable for getting the patches,      # and the more patches there are, the more unreliable they get. Upstream      # patches can be found in: http://git.savannah.gnu.org/cgit/bash.git      patch do -      url "https://gist.githubusercontent.com/jacknagel/c1cf23775c774e2b4b6d/raw/54a9bcfb54fa73487529996588948d10788fc514/bash-4.3.29.diff" -      sha1 "81abd8595a76bd75b4d91cf158ac7c60361c0402" +      url "https://gist.githubusercontent.com/jacknagel/c1cf23775c774e2b4b6d/raw/c2b0a715efbc8a302741e6b682605940042fc2b8/bash-4.3.30.diff" +      sha1 "61996c0a78d2d07184576783a56a7b315eb16d55"      end    end    bottle do -    sha1 "56f4bca36aa100a24073b633e09057ecd6511e46" => :mavericks -    sha1 "4f661b5c44ca3b562e32fc1a9e58069511aeb6ad" => :mountain_lion -    sha1 "f16f9f3ea0628c50a56c58d4497fd36d4e4320ba" => :lion    end    head "git://git.savannah.gnu.org/bash.git" | 
