aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMatt Reiferson2015-01-21 22:24:15 -0800
committerMike McQuaid2015-01-22 17:14:54 +0100
commit208a02fa4601274c59001fbf76a5f77afea696b8 (patch)
tree5e1abaac6e5f081b72175d06c9b5a7aba03bc8f1 /Library
parentc69acad7532a1cde4250d61e2c077878fb1dcdfd (diff)
downloadhomebrew-208a02fa4601274c59001fbf76a5f77afea696b8.tar.bz2
nsq 0.3.1
Closes #36125. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nsq.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/nsq.rb b/Library/Formula/nsq.rb
index f121a5549..2d717d5b4 100644
--- a/Library/Formula/nsq.rb
+++ b/Library/Formula/nsq.rb
@@ -3,8 +3,8 @@ require "language/go"
class Nsq < Formula
homepage "http://bitly.github.io/nsq"
- url "https://github.com/bitly/nsq/archive/v0.2.31.tar.gz"
- sha1 "614e66746c6b785cffb48a6412e44dd5e0c7b0bd"
+ url "https://github.com/bitly/nsq/archive/v0.3.1.tar.gz"
+ sha1 "f711cb61c1f5ed9865afbec95d57bcca6653b658"
bottle do
sha1 "3aceae6d99df6b3fca37a80d4392ea289cf6d39f" => :mavericks
@@ -31,7 +31,7 @@ class Nsq < Formula
go_resource "github.com/bitly/go-nsq" do
url "https://github.com/bitly/go-nsq.git",
- :revision => "ac221df5bdb6d5bfc624a297b5b00b59d7065be2"
+ :revision => "b2219913d42659994fd0b68a9692b64fd00e079f"
end
go_resource "github.com/bitly/go-simplejson" do
@@ -46,7 +46,7 @@ class Nsq < Formula
go_resource "github.com/mreiferson/go-options" do
url "https://github.com/mreiferson/go-options.git",
- :revision => "896a539cd709f4f39d787562d1583c016ce7517e"
+ :revision => "2cf7eb1fdd83e2bb3375fef6fdadb04c3ad564da"
end
go_resource "github.com/mreiferson/go-snappystream" do