From 33961108953d9baa925a1e389295acdaeef2a47d Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 22 Sep 2014 23:40:54 +0100 Subject: [PATCH] lutok: add 0.4 bottle. --- Formula/lutok.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/lutok.rb b/Formula/lutok.rb index 51df94ecb1..0c2037ae33 100644 --- a/Formula/lutok.rb +++ b/Formula/lutok.rb @@ -5,6 +5,13 @@ class Lutok < Formula url "https://github.com/jmmv/lutok/releases/download/lutok-0.4/lutok-0.4.tar.gz" sha1 "f13ea7cd8344e43c71c41f87c9fdbc2b9047a504" + bottle do + cellar :any + sha1 "c7f6f6bff0bb2da04a7c736a2f26fa9fefd20e96" => :mavericks + sha1 "c4a775e93f328abfe36778aefdddea65176d6848" => :mountain_lion + sha1 "2b408bab3440c0060810599e41a19cede6ce78f4" => :lion + end + depends_on "pkg-config" => :build depends_on "lua"