From 34eb24fb076de6ac67c386d2e83476563d874059 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 16 Mar 2013 23:26:48 +0100 Subject: .brew: Install Lua 5.2 I need this specific version to test the new `GotoStatement`s in Lua during http://mths.be/luamin development. --- .brew | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.brew b/.brew index bdd5f52..20d9630 100755 --- a/.brew +++ b/.brew @@ -44,5 +44,8 @@ brew install rhino brew install tree brew install webkit2png +brew tap homebrew/versions +brew install lua52 + # Remove outdated versions from the cellar brew cleanup -- cgit v1.2.3