diff options
| author | Jack Nagel | 2015-01-13 23:06:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-13 23:07:08 -0500 |
| commit | 2e7f830181e30f15a44a85b404d8199a9a11033c (patch) | |
| tree | 6dc419c0864cb2deae86cbf55050bf61a50fc7bf | |
| parent | 5074307f8bca74adb49d009f3d287b1c336c44fe (diff) | |
| download | homebrew-2e7f830181e30f15a44a85b404d8199a9a11033c.tar.bz2 | |
bash 4.3.33
Closes #35844.
| -rw-r--r-- | Library/Formula/bash.rb | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb index 87458e4b4..d7fdc9634 100644 --- a/Library/Formula/bash.rb +++ b/Library/Formula/bash.rb @@ -1,21 +1,18 @@ -require "formula" - class Bash < Formula - homepage "http://www.gnu.org/software/bash/" + homepage "https://www.gnu.org/software/bash/" stable do url "http://ftpmirror.gnu.org/bash/bash-4.3.tar.gz" - - mirror "http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz" + mirror "https://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz" sha256 "afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4" - version "4.3.30" + version "4.3.33" # 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/c2b0a715efbc8a302741e6b682605940042fc2b8/bash-4.3.30.diff" - sha1 "61996c0a78d2d07184576783a56a7b315eb16d55" + url "https://gist.githubusercontent.com/jacknagel/c1cf23775c774e2b4b6d/raw/838118bf0e07dcde8a552cb8556600b7e453d4ac/bash-4.3.33.diff" + sha1 "71fc36bced0d15a2c221cfcbff02ea412d4bf5fa" end end |
