diff options
author | Karl Palsson <karlp@etactica.com> | 2016-06-06 10:51:10 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2016-06-06 10:54:36 +0000 |
commit | 7f7843473fc843ecd8faa167e7b9cfac4ce44165 (patch) | |
tree | 87569eeaef0de5bc3cae9f9c5dc86ac37d7818ca /net/mosquitto | |
parent | 87bc240716f02923de268d6d70772bdd6ea2bf4c (diff) |
net/mosquitto: bump to v1.4.9
Bugfix release. Full changelog available at
http://mosquitto.org/2016/06/version-1-4-9-released/
Signed-off-by: Karl Palsson <karlp@etactica.com>
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 b4c0ae747..dc0008f23 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=1.4.8 +PKG_VERSION:=1.4.9 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:=d859cd474ffa61a6197bdabe007b9027 +PKG_MD5SUM:=67943e2c5afebf7329628616eb2c41c5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk |