From: Karl Palsson Date: Fri, 25 Sep 2015 14:00:23 +0000 (+0000) Subject: mosquitto: update to 1.4.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5fd21e2305bff0bfcf01a74ee0748aed74396cd3;p=feed%2Fpackages.git mosquitto: update to 1.4.4 More information: http://mosquitto.org/2015/09/version-1-4-4-released/ Signed-off-by: Karl Palsson --- diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 7ad3bc8cef..87ff529e8e 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.4 +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:=89a57f11cdfec140fa21fe3d4493b2ca PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk