diff options
-rw-r--r-- | lang/python/python-paho-mqtt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python/python-paho-mqtt/Makefile b/lang/python/python-paho-mqtt/Makefile index c81dbc1cc..515402929 100644 --- a/lang/python/python-paho-mqtt/Makefile +++ b/lang/python/python-paho-mqtt/Makefile @@ -5,13 +5,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-paho-mqtt -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.5.0 PKG_RELEASE:=1 -PKG_LICENSE:=Eclipse Public License v1.0 / Eclipse Distribution License v1.0 + PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com> +PKG_LICENSE:=EPL-1.0 Eclipse Distribution License v1.0 +PKG_LICENSE_FILES:=epl-v10 edl-v10 PYPI_NAME:=paho-mqtt -PKG_HASH:=e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79 +PKG_HASH:=e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4 include ../pypi.mk include $(INCLUDE_DIR)/package.mk |