diff --git a/luamqtt-3.1.2-0.rockspec b/luamqtt-3.2.0-1.rockspec similarity index 96% rename from luamqtt-3.1.2-0.rockspec rename to luamqtt-3.2.0-1.rockspec index 7db9f02..6d55ae7 100644 --- a/luamqtt-3.1.2-0.rockspec +++ b/luamqtt-3.2.0-1.rockspec @@ -1,8 +1,8 @@ package = "luamqtt" -version = "3.1.2-0" +version = "3.2.0-1" source = { url = "git://github.com/xHasKx/luamqtt", - tag = "v3.1.2", + tag = "v3.2.0", } description = { summary = "luamqtt - Pure-lua MQTT v3.1.1 and v5.0 client", diff --git a/openwrt/Makefile b/openwrt/Makefile index 7d83495..b29a7a6 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luamqtt -PKG_VERSION:=3.1.2 +PKG_VERSION:=3.2.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Alexander Kiranov diff --git a/openwrt/make-package-without-openwrt-sources.sh b/openwrt/make-package-without-openwrt-sources.sh index e00724a..e03f4b7 100755 --- a/openwrt/make-package-without-openwrt-sources.sh +++ b/openwrt/make-package-without-openwrt-sources.sh @@ -50,7 +50,7 @@ rm -rf $PKG_ROOT/usr # prepare control.tar.gz cat << EOF > $PKG_ROOT/control Package: luamqtt -Version: 3.1.2-1 +Version: 3.2.0-1 Depends: libc, lua, luasocket, luabitop, luasec Source: https://github.com/xHasKx/luamqtt SourceName: luamqtt