aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMatt Reiferson2014-07-25 08:34:32 -0400
committerMike McQuaid2014-07-25 14:53:33 +0100
commit81e3bf4f8d4b5c7068e1dce5955afc02a261b609 (patch)
tree6f0479f5e22a7eef7eb018ba125723fcec733864 /Library/Formula
parent5af56e2ee22cfa38346e70ada2848fe091bc5555 (diff)
downloadhomebrew-81e3bf4f8d4b5c7068e1dce5955afc02a261b609.tar.bz2
nsqd 0.2.29
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nsq.rb6
1 files changed, 3 insertions, 3 deletions
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