Skip to content

Commit

Permalink
bump version in service files
Browse files Browse the repository at this point in the history
  • Loading branch information
xHasKx committed Jun 24, 2020
1 parent 64349ee commit 8659c8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions luamqtt-3.2.0-1.rockspec → luamqtt-3.2.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "luamqtt"
version = "3.2.0-1"
version = "3.2.1-1"
source = {
url = "git://github.com/xHasKx/luamqtt",
tag = "v3.2.0",
tag = "v3.2.1",
}
description = {
summary = "luamqtt - Pure-lua MQTT v3.1.1 and v5.0 client",
Expand Down
2 changes: 1 addition & 1 deletion mqtt/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local mqtt = {
v50 = 5, -- supported protocol version, MQTT v5.0

-- mqtt library version
_VERSION = "3.2.0",
_VERSION = "3.2.1",
}

-- load required stuff
Expand Down
2 changes: 1 addition & 1 deletion openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luamqtt
PKG_VERSION:=3.2.0
PKG_VERSION:=3.2.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Alexander Kiranov <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion openwrt/make-package-without-openwrt-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rm -rf $PKG_ROOT/usr
# prepare control.tar.gz
cat << EOF > $PKG_ROOT/control
Package: luamqtt
Version: 3.2.0-1
Version: 3.2.1-1
Depends: libc, lua, luasocket, luabitop, luasec
Source: https://github.com/xHasKx/luamqtt
SourceName: luamqtt
Expand Down

0 comments on commit 8659c8c

Please sign in to comment.