From 180d3e37ef53df7d4bdcc8e780792c57e4d519bf Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Mon, 18 Apr 2011 10:38:36 -0700 Subject: [PATCH] Fix missing 'branch' for 1.0 release. --- rockspecs/lua-zmq-threads-1.0-1.rockspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rockspecs/lua-zmq-threads-1.0-1.rockspec b/rockspecs/lua-zmq-threads-1.0-1.rockspec index 704ad56..8311ff8 100644 --- a/rockspecs/lua-zmq-threads-1.0-1.rockspec +++ b/rockspecs/lua-zmq-threads-1.0-1.rockspec @@ -1,7 +1,8 @@ package = "lua-zmq-threads" version = "1.0-1" source = { - url = "git://github.com/Neopallium/lua-zmq.git" + url = "git://github.com/Neopallium/lua-zmq.git", + branch = "v1.0", } description = { summary = "Lua bindings to zeromq2, with LuaJIT2 FFI support.",