mosquitto: bump to 1.6.13
Includes various fixes: (2.0.7 + 1.6.13 dual release) https://mosquitto.org/blog/2021/02/version-2-0-7-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
parent
d2daab3d33
commit
b1fec2b7b5
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mosquitto
|
||||
PKG_VERSION:=1.6.12
|
||||
PKG_VERSION:=1.6.13
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE.txt
|
||||
|
@ -17,7 +17,7 @@ PKG_CPE_ID:=cpe:/a:eclipse:mosquitto
|
|||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://mosquitto.org/files/source/
|
||||
PKG_HASH:=548d73d19fb787dd0530334e398fd256ef3a581181678488a741a995c4f007fb
|
||||
PKG_HASH:=ce205248dd323e4e562ff83e9e84d0f9a16f4bda87183c367c66a7163c0fc287
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue