From 59296333a224b2356bb317c8acaaa86eb2f7a8d2 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 7 Mar 2016 12:31:21 +0000 Subject: [PATCH] mosquitto: Bump to version 1.4.8 Changelog and release notes: http://mosquitto.org/2016/02/version-1-4-8-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 2c1ef88f0..b4c0ae747 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.4.7 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.8 +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:=4cb978502312bff2dcdaab6a433b1bf2 +PKG_MD5SUM:=d859cd474ffa61a6197bdabe007b9027 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk