Skip to content

Commit

Permalink
LuaJIT 2.0.0-beta7
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Austin Seipp authored and adamv committed May 22, 2011
1 parent a1ab946 commit e3a28f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/luajit.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'formula'

class Luajit < Formula
url 'http://luajit.org/download/LuaJIT-2.0.0-beta6.tar.gz'
url 'http://luajit.org/download/LuaJIT-2.0.0-beta7.tar.gz'
head 'http://luajit.org/git/luajit-2.0.git', :using => :git
homepage 'http://luajit.org/luajit.html'
md5 'bfcbe2a11162cfa84d5a1693b442c8bf'
md5 'b845dec15dd9eba2fd17d865601a52e5'

# Skip cleaning both empty folders and bin/libs so external symbols still work.
skip_clean :all
Expand Down

0 comments on commit e3a28f3

Please sign in to comment.