aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-12-22 04:56:51 +0000
committerTim D. Smith2014-12-22 21:04:40 -0500
commitba78e4112c51f6ac2320b2272335e5f082f9dbba (patch)
treece29e1711774874e24c8337c5b0b8a6c4eb2192b /Library
parent11903f965101417b1467e24151a297006d3f2523 (diff)
downloadhomebrew-ba78e4112c51f6ac2320b2272335e5f082f9dbba.tar.bz2
luabind: add 0.9.1_1 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/luabind.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/luabind.rb b/Library/Formula/luabind.rb
index 15aff1f60..419b06b3d 100644
--- a/Library/Formula/luabind.rb
+++ b/Library/Formula/luabind.rb
@@ -4,6 +4,13 @@ class Luabind < Formula
homepage 'http://www.rasterbar.com/products/luabind.html'
url 'https://downloads.sourceforge.net/project/luabind/luabind/0.9.1/luabind-0.9.1.tar.gz'
sha1 '2e92a18b8156d2e2948951d429cd3482e7347550'
+ bottle do
+ cellar :any
+ sha1 "aa32def1a41203aa36c907e55aa48741927e4de8" => :yosemite
+ sha1 "6c7fe3fd06a62aa7e8cd37775ca52c101fa045bb" => :mavericks
+ sha1 "dbe4488b6e323e142684949abb1589de9490ca7e" => :mountain_lion
+ end
+
revision 1
depends_on 'lua51'