mosquitto: upgrade 1.3.4 to 1.3.5
Minor bugfix release Full changelog http://mosquitto.org/2014/10/version-1-3-5-released/ Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
parent
85580ca4b1
commit
e9e1c3071e
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mosquitto
|
||||
PKG_VERSION:=1.3.4
|
||||
PKG_VERSION:=1.3.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
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