Skip to content

Commit

Permalink
issue #14: missing mqtt.protocol5 module in luarocks install file
Browse files Browse the repository at this point in the history
  • Loading branch information
xHasKx committed Apr 23, 2019
1 parent f49099e commit e1986aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion luamqtt-3.1.0-1.rockspec → luamqtt-3.1.0-2.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "luamqtt"
version = "3.1.0-1"
version = "3.1.0-2"
source = {
url = "git://github.com/xHasKx/luamqtt",
tag = "v3.1",
Expand Down Expand Up @@ -31,6 +31,7 @@ build = {
["mqtt.ngxsocket"] = "mqtt/ngxsocket.lua",
["mqtt.protocol"] = "mqtt/protocol.lua",
["mqtt.protocol4"] = "mqtt/protocol4.lua",
["mqtt.protocol5"] = "mqtt/protocol5.lua",
["mqtt.tools"] = "mqtt/tools.lua",
},
}

0 comments on commit e1986aa

Please sign in to comment.