mosquitto: upgrade to version 1.4.4

Drop patch now included upstream.

More information: http://mosquitto.org/2015/09/version-1-4-4-released/

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
Karl Palsson
2015-09-21 11:42:02 +00:00
parent e2837aecae
commit e7bd3fbe21
2 changed files with 3 additions and 17 deletions
+3 -3
View File
@@ -9,14 +9,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mosquitto
PKG_VERSION:=1.4.3
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:=1c1c750525546bc13d8d72e56a0742a7
PKG_MD5SUM:=89a57f11cdfec140fa21fe3d4493b2ca
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk