Browse Source

python-paho-mqtt: bump to version 1.6.1

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
committed by Hannu Nyman
parent
commit
784f2a519b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/python-paho-mqtt/Makefile

+ 3
- 3
lang/python/python-paho-mqtt/Makefile View File

@ -5,15 +5,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-paho-mqtt
PKG_VERSION:=1.5.1
PKG_RELEASE:=1
PKG_VERSION:=1.6.1
PKG_RELEASE:=$(AUTORELEASE)
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:=9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae
PKG_HASH:=2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save