diff options
author | Karl Palsson <karlp@etactica.com> | 2020-08-11 16:29:54 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2020-08-12 14:00:20 +0000 |
commit | 2537416a11c98fd45ef76188f45ef4d54c57bca6 (patch) | |
tree | 8580ce411b0ba9671657beb61bdce9af64cbd5b2 /net | |
parent | 4209eefce3d4730bfb25b100beb3b5955991a41c (diff) |
mosquitto: update to 1.6.11
Full release notes: https://mosquitto.org/blog/2020/08/version-1-6-11-released/
Variety of generally minor bugfixes, mostly in the broker.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mosquitto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 2b09a828f..c9665e1d5 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.6.10 +PKG_VERSION:=1.6.11 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.txt @@ -17,7 +17,7 @@ PKG_CPE_ID:=cpe:/a:eclipse:mosquitto PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://mosquitto.org/files/source/ -PKG_HASH:=92d1807717f0f6d57d1ac1207ffdb952e8377e916c7b0bb4718f745239774232 +PKG_HASH:=b02d8f1368c40d5779ee125c37daf9003608eb47d7fbb04c5b938c76c1230a1f include $(INCLUDE_DIR)/package.mk |