net/mosquitto: Bump to version 1.3.5
Minor point release due to delay in 1.4. This is a bugfix release. See: http://mosquitto.org/2014/10/version-1-3-5-released/ for changelog Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
parent
ad9853f2e8
commit
5291d127a4
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mosquitto
|
||||
PKG_VERSION:=1.3.4
|
||||
PKG_VERSION:=1.3.5
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILE:=LICENSE.txt
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://mosquitto.org/files/source/
|
||||
PKG_MD5SUM:=9d729849efd74c6e3eee17a4a002e1e9
|
||||
PKG_MD5SUM:=55094ad4dc7c7985377f43d4fc3d09da
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
Loading…
Reference in a new issue