From eaedc37dda21a90618910387eaaa175da72e0e48 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 25 Aug 2015 13:47:08 +0000 Subject: [PATCH] mosquitto: bump to version 1.4.3 Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/ Signed-off-by: Karl Palsson --- net/mosquitto/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 7ad3bc8ce..05348aeb8 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.4.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.3 +PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.txt PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mosquitto.org/files/source/ -PKG_MD5SUM:=2c3b19686c04849ed4b183c63149bfe1 +PKG_MD5SUM:=1c1c750525546bc13d8d72e56a0742a7 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk