Skip to content

Commit

Permalink
python-libmodbus: update to version 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Feb 11, 2020
1 parent 43fd047 commit 0abc405
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/python/python-libmodbus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=python-libmodbus
PKG_VERSION:=0.0.2
PKG_RELEASE:=3
PKG_VERSION:=0.5.0
PKG_RELEASE:=1

PKG_LICENSE:=BSD-3-Clause
PKG_MAINTAINER:=Daniel Golle <[email protected]>

PYPI_NAME:=pylibmodbus
PKG_HASH:=c6d72f291426758b546cc88a1cdf85c33afa6011192a5d88a5117d44814ffc0e
PKG_HASH:=80f837304ffa8476145ea643f6b98aa94b205013a96f1e5173d7bdc776426aee

include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
Expand All @@ -20,7 +20,7 @@ define Package/python-libmodbus/Default
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
URL:=https://github.com/stephane/pylibmodbus
URL:=https://pypi.org/project/pylibmodbus
endef

define Package/python-libmodbus
Expand Down

0 comments on commit 0abc405

Please sign in to comment.