aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-09-08 17:21:59 -0500
committerJack Nagel2014-09-08 17:22:55 -0500
commit1f9dba984796bc4d3040c158c9826b7e30f8b540 (patch)
treea376a9e951129626782459ca89469cde269f671a /Library/Formula
parentb339edd7c59666c161e82810b3952f6366de692d (diff)
downloadhomebrew-1f9dba984796bc4d3040c158c9826b7e30f8b540.tar.bz2
bash 4.3.24
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bash.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb
index b6c54f0a2..33cdfdb7a 100644
--- a/Library/Formula/bash.rb
+++ b/Library/Formula/bash.rb
@@ -7,14 +7,14 @@ class Bash < Formula
url "http://ftpmirror.gnu.org/bash/bash-4.3.tar.gz"
mirror "http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz"
sha256 "afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4"
- version "4.3.18"
+ version "4.3.24"
# 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/abd9bd4289bb443684ba26d5a2d3fb9449bbfa90/bash-4.3.18.diff"
- sha1 "bc659558e68ec747da45f5e4201c5b30b7d490eb"
+ url "https://gist.githubusercontent.com/jacknagel/c1cf23775c774e2b4b6d/raw/a44d4163ae1de39c06381ce6f5a1c3bdaa0b3b36/bash-4.3.24.diff"
+ sha1 "c9e14b284c203c069f6ea94a27bc08963b14c8e0"
end
end