diff options
author | Karl Palsson <karlp@etactica.com> | 2020-08-19 09:55:03 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2020-08-19 15:47:07 +0000 |
commit | f7041ed34ac82a26736f9046999b832e6ad672f5 (patch) | |
tree | 6eb69ef3e7b0f1d4d3f08d294aac6057a1652b99 /lang/lua-mosquitto | |
parent | ce1e8e1450f59c75cf5782b7ba56fe78b060fdeb (diff) |
lua-mosquitto: Update to 0.4.1
New methods for setting client options, no major functional changes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'lang/lua-mosquitto')
-rw-r--r-- | lang/lua-mosquitto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua-mosquitto/Makefile b/lang/lua-mosquitto/Makefile index 4fbb9dc93..4e0aaac26 100644 --- a/lang/lua-mosquitto/Makefile +++ b/lang/lua-mosquitto/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua-mosquitto -PKG_VERSION:=0.3 +PKG_VERSION:=0.4.1 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=104a143131812a507e74f9debde45614d006b6ea6c3b0265b83060b14b9d3a34 +PKG_MIRROR_HASH:=d6bc828ea05f9a1ff3241f575a6ce699e577f9b79277182699e8fa03ac094ac9 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/flukso/lua-mosquitto.git |