diff options
author | Karl Palsson <karlp@remake.is> | 2016-01-15 09:30:57 +0000 |
---|---|---|
committer | Karl Palsson <karlp@remake.is> | 2016-01-15 09:32:18 +0000 |
commit | 87f167437bd0641b0a8d0646b58ee577e7bf910c (patch) | |
tree | fd662a30beecce769bcfa6bf3f3b525eeb8ceb51 /net/mosquitto | |
parent | 7a6a575887db81934369f38616d137005ed9ea96 (diff) |
mosquitto: Bump to version 1.4.7
Minor changes mostly unrelated to OpenWRT.
Full changelog at http://mosquitto.org/2015/12/version-1-4-7-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
Diffstat (limited to 'net/mosquitto')
-rw-r--r-- | net/mosquitto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 07d506afa..3c261883f 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.4.4 +PKG_VERSION:=1.4.7 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:=89a57f11cdfec140fa21fe3d4493b2ca +PKG_MD5SUM:=4cb978502312bff2dcdaab6a433b1bf2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk |