Skip to content

Commit 5fca755

Browse files
committed
Release version 1.2.1 with rockspecs
1 parent 5d6161f commit 5fca755

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

rockspecs/mqtt-1.2.1-1.rockspec

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
package = "mqtt"
2+
version = "1.2.1-1"
3+
source = {
4+
url = "git://github.com/tarantool/mqtt.git",
5+
tag = "1.2.1"
6+
}
7+
description = {
8+
summary = "Mqtt connector for Tarantool",
9+
homepage = "https://github.com/tarantool/mqtt",
10+
license = "BSD"
11+
}
12+
dependencies = {
13+
"lua >= 5.1"
14+
}
15+
build = {
16+
type = "cmake";
17+
variables = {
18+
CMAKE_BUILD_TYPE="RelWithDebInfo";
19+
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
20+
TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
21+
};
22+
}

mqtt-scm-1.rockspec rockspecs/mqtt-scm-1.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source = {
77
description = {
88
summary = "Mqtt connector for Tarantool",
99
homepage = "https://github.com/tarantool/mqtt",
10-
license = "MIT"
10+
license = "BSD"
1111
}
1212
dependencies = {
1313
"lua >= 5.1"

0 commit comments

Comments
 (0)