From 208a02fa4601274c59001fbf76a5f77afea696b8 Mon Sep 17 00:00:00 2001 From: Matt Reiferson Date: Wed, 21 Jan 2015 22:24:15 -0800 Subject: nsq 0.3.1 Closes #36125. Signed-off-by: Mike McQuaid --- Library/Formula/nsq.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3