aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash.rb
diff options
context:
space:
mode:
authorJack Nagel2014-10-04 12:21:04 -0500
committerJack Nagel2014-10-04 12:33:14 -0500
commit45f243b9a296fd7bf70369806e273db1f725d1f9 (patch)
tree22c27f630b1b4d1682239e7b865610cbbe990d88 /Library/Formula/bash.rb
parent3b8a08d1e7f24395b52fed8c79094f2d39f7ba2f (diff)
downloadhomebrew-45f243b9a296fd7bf70369806e273db1f725d1f9.tar.bz2
bash 4.3.29
Diffstat (limited to 'Library/Formula/bash.rb')
-rw-r--r--Library/Formula/bash.rb9
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/bash.rb b/Library/Formula/bash.rb
index 889d6e4ff..ca34d9333 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.28"
+ version "4.3.29"
# 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/c163f4ec554c3aa160e963f24289765a70db37fe/bash-4.3.28.diff"
- sha1 "4d57c33e58e8dd9dbaa0df85530113f2726c96e4"
+ url "https://gist.githubusercontent.com/jacknagel/c1cf23775c774e2b4b6d/raw/54a9bcfb54fa73487529996588948d10788fc514/bash-4.3.29.diff"
+ sha1 "81abd8595a76bd75b4d91cf158ac7c60361c0402"
end
end
bottle do
- sha1 "ab637031490cf82480c07687a9118aec6ad08cb0" => :mavericks
- sha1 "d206dc902b6acefdd383eee7506d4cbece47ce01" => :mountain_lion
- sha1 "7602fded8f0f794adf17345ca8f0d5e3017bb980" => :lion
end
head "git://git.savannah.gnu.org/bash.git"