From 81e3bf4f8d4b5c7068e1dce5955afc02a261b609 Mon Sep 17 00:00:00 2001 From: Matt Reiferson Date: Fri, 25 Jul 2014 08:34:32 -0400 Subject: nsqd 0.2.29 --- Library/Formula/nsq.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/nsq.rb b/Library/Formula/nsq.rb index 45da80516..bb7ed84d9 100644 --- a/Library/Formula/nsq.rb +++ b/Library/Formula/nsq.rb @@ -2,8 +2,8 @@ require "formula" class Nsq < Formula homepage "http://bitly.github.io/nsq" - url "https://github.com/bitly/nsq/archive/v0.2.27.tar.gz" - sha1 "3d8a1d28d76e3ea8e788192b0e9a39800b112791" + url "https://github.com/bitly/nsq/archive/v0.2.29.tar.gz" + sha1 "f8574d984e92f60248e7ec13f05390182b4906c5" depends_on "go" => :build depends_on :hg # some package dependencies are mercurial repos @@ -15,7 +15,7 @@ class Nsq < Formula def install # build a proper GOPATH tree for local dependencies - (buildpath + "src/github.com/bitly/nsq").install "util", "nsqlookupd" + (buildpath + "src/github.com/bitly/nsq").install "util", "nsqlookupd", "nsqd" (buildpath + "src/github.com/bitly/nsq/nsqadmin").install "nsqadmin/templates" => "templates" # godep is only needed to *build* so don't install somewhere permanent -- cgit v1.2.3