aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash.rb
AgeCommit message (Collapse)Author
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