aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash.rb
AgeCommit message (Collapse)Author
2012-08-18Replace version strings with Version objectsJack Nagel
2012-07-17bash 4.2.37Misty De Meo
2012-06-05bash 4.2.29Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05GNU Bash 4.2.28Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-19bash 4.2.24Misty De Meo
2012-01-21Add caveat about using this Bash as login shellPeter Aronoff
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-29bash 4.2.20Misty De Meo
Closes #8867. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-05-07Fixed syntax error in bash formula.Robin Ramael
In the last commit to the bash formula, the install function declaration was omitted, this commit adds it back in. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-07GNU BASH 4.2.10.Birger J. Nordølum
Plus some additional tweaks. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-14GNU BASH: 4.2.8Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-09GNU BASH: 4.2.7Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-06Bump Bash 4.1 patch level to 9Peter Aronoff
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-19bash 4.1.7Adam Vandenberg
2010-05-01Update bash to 4.1.5Adam Vandenberg
2010-02-03Fixes #92; Updated bash formula to 4.1 and added ability to get patches from ↵Chris Hoffman
bash site depending on patch level Signed-off-by: David Höppner <0xffea@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-30Initial support for bash-4.0Ben Livingood