diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nsq.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/nsq.rb b/Library/Formula/nsq.rb index bb7ed84d9..2342b7d39 100644 --- a/Library/Formula/nsq.rb +++ b/Library/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 |
