aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAustin Seipp2011-06-25 13:00:57 -0500
committerAdam Vandenberg2011-06-25 19:55:05 -0700
commit0d985bb9ed58831b981619293e26c42e17eb343c (patch)
tree7798afcfd2131a6b85c89beaad4a343a02011afd /Library/Formula
parenta95893a4c7f073afaf53fcb4b725e8779e6f1796 (diff)
downloadhomebrew-0d985bb9ed58831b981619293e26c42e17eb343c.tar.bz2
LuaJIT 2.0.0-beta8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 73fd4615e..c1f45fdeb 100644
--- a/Library/Formula/luajit.rb
+++ b/Library/Formula/luajit.rb
@@ -1,10 +1,10 @@
require 'formula'
class Luajit < Formula
- url 'http://luajit.org/download/LuaJIT-2.0.0-beta7.tar.gz'
+ url 'http://luajit.org/download/LuaJIT-2.0.0-beta8.tar.gz'
head 'http://luajit.org/git/luajit-2.0.git', :using => :git
homepage 'http://luajit.org/luajit.html'
- md5 'b845dec15dd9eba2fd17d865601a52e5'
+ md5 'f0748a73ae268d49b1d01f56c4fe3e61'
# Skip cleaning both empty folders and bin/libs so external symbols still work.
skip_clean :all