From 597facbf251f6a81699df6274a5678bf1053c640 Mon Sep 17 00:00:00 2001 From: Christian Lundgren Date: Wed, 4 Apr 2012 14:47:03 +0200 Subject: [PATCH] Use zeromq2-x repo --- c_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_src/Makefile b/c_src/Makefile index ecdd385..447c413 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -25,7 +25,7 @@ distclean: $(DEPS)/zeromq2: @mkdir $(DEPS) - @git clone git://github.com/zeromq/zeromq2-1.git $(DEPS)/zeromq2 + @git clone git://github.com/zeromq/zeromq2-x.git $(DEPS)/zeromq2 @echo $(ZEROMQ_VERSION) @cd $(DEPS)/zeromq2 && git checkout $(ZEROMQ_VERSION)