diff options
| author | Austin Seipp | 2012-11-12 13:58:12 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-11-12 13:23:35 -0800 | 
| commit | 927248bc11ee152625c84cf4e68b5c8ae721a1eb (patch) | |
| tree | 74148e5ef182d6497b3d6a9ed6fc089f447043b8 | |
| parent | a50954b21079ae3dd0f826b864012db8f98c5db7 (diff) | |
| download | homebrew-927248bc11ee152625c84cf4e68b5c8ae721a1eb.tar.bz2 | |
LuaJIT 2.0.0
Closes #16003.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/luajit.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/luajit.rb b/Library/Formula/luajit.rb index 3aa134799..d252ea679 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-rc1.tar.gz' -  sha1 '54a5c85307e815fff16b33b28f103c40e65a39df' +  url 'http://luajit.org/download/LuaJIT-2.0.0.tar.gz' +  sha1 'b942f05d41ee193becad285618e7874d113cb976'    head 'http://luajit.org/git/luajit-2.0.git'    skip_clean 'lib/lua/5.1', 'share/lua/5.1'  | 
