lua: add 5.1.5 bottle.

This commit is contained in:
BrewTestBot 2014-02-22 19:24:49 +00:00 committed by Mike McQuaid
parent 37ffa05174
commit 3c112b2e22

View file

@ -7,6 +7,13 @@ class Lua < Formula
url 'http://www.lua.org/ftp/lua-5.1.5.tar.gz'
sha1 'b3882111ad02ecc6b972f8c1241647905cb2e3fc'
bottle do
cellar :any
sha1 "dcc3b430fd59fd3c16774ecc159d82256ac587db" => :mavericks
sha1 "4ddadaaeaca408964255de43761a7f12b7457bb5" => :mountain_lion
sha1 "212b1a9a5822afd9796fefb42bab63c6466e6faa" => :lion
end
fails_with :llvm do
build 2326
cause "Lua itself compiles with LLVM, but may fail when other software tries to link."