Fix missing 'branch' for 1.0 release.

pull/10/head
Robert G. Jakabosky 15 years ago
parent 56a53d68d6
commit 180d3e37ef

@ -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.",

Loading…
Cancel
Save