From: Karl Palsson Date: Mon, 7 Mar 2016 11:42:41 +0000 (+0000) Subject: mosquitto: Bump to version 1.4.8 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=637ea2abeaf398c767b2ef55f268e877b7f7de7b;p=feed%2Fpackages.git 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 --- diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index ec588d184e..91f9a89240 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_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