aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/luajit.rb
diff options
context:
space:
mode:
authorAnders Bergh2013-02-20 17:19:29 +0100
committerJack Nagel2013-02-20 17:43:02 -0600
commitf5b14824de573464be592f979b07ac268e94f27e (patch)
treecc46a0c2fe4306dc585dd268be104923c352b7ad /Library/Formula/luajit.rb
parenta46e84c08c54215820f0a9f8ba52fbc56bdd1b75 (diff)
downloadhomebrew-f5b14824de573464be592f979b07ac268e94f27e.tar.bz2
luajit 2.0.1
Closes #17974. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/luajit.rb')
-rw-r--r--Library/Formula/luajit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/luajit.rb b/Library/Formula/luajit.rb
index d252ea679..0afe3ffa7 100644
--- a/Library/Formula/luajit.rb
+++ b/Library/Formula/luajit.rb
@@ -2,8 +2,8 @@ require 'formula'
class Luajit < Formula
homepage 'http://luajit.org/luajit.html'
- url 'http://luajit.org/download/LuaJIT-2.0.0.tar.gz'
- sha1 'b942f05d41ee193becad285618e7874d113cb976'
+ url 'http://luajit.org/download/LuaJIT-2.0.1.tar.gz'
+ sha1 '330492aa5366e4e60afeec72f15e44df8a794db5'
head 'http://luajit.org/git/luajit-2.0.git'
skip_clean 'lib/lua/5.1', 'share/lua/5.1'