From 58affc21dbaab96c74b406a1cfae7c983b141e18 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Fri, 25 Jul 2014 14:50:20 +0100 Subject: [PATCH] nsq: add 0.2.29 bottle. Closes Homebrew/homebrew#31121. Signed-off-by: Mike McQuaid --- Formula/nsq.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/nsq.rb b/Formula/nsq.rb index bb7ed84d9b..2342b7d399 100644 --- a/Formula/nsq.rb +++ b/Formula/nsq.rb @@ -5,6 +5,12 @@ class Nsq < Formula url "https://github.com/bitly/nsq/archive/v0.2.29.tar.gz" sha1 "f8574d984e92f60248e7ec13f05390182b4906c5" + bottle do + sha1 "4107d91e72e694e26b9a533983c4e4aa25c549a0" => :mavericks + sha1 "3dd13b928a7cce6419b4afb2d5bb82681de55cb0" => :mountain_lion + sha1 "65e97e27186fd5c8f5b5b05a39b5de3b8a27a792" => :lion + end + depends_on "go" => :build depends_on :hg # some package dependencies are mercurial repos