diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index f4e4b6f52..43df7c933 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -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