aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-03-16 23:26:48 +0100
committerMathias Bynens <mathias@qiwi.be>2013-03-16 23:26:48 +0100
commit34eb24fb076de6ac67c386d2e83476563d874059 (patch)
treee8790de96462e8277aa51291ed209bfaf437ac1d
parentea8d8612aed0482957218496dfcaf355d0a1407d (diff)
downloaddotfiles-34eb24fb076de6ac67c386d2e83476563d874059.tar.gz
dotfiles-34eb24fb076de6ac67c386d2e83476563d874059.tar.bz2
dotfiles-34eb24fb076de6ac67c386d2e83476563d874059.zip
.brew: Install Lua 5.2
I need this specific version to test the new `GotoStatement`s in Lua during http://mths.be/luamin development.
-rwxr-xr-x.brew3
1 files changed, 3 insertions, 0 deletions
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