From 40a06febd2e29d17bca3345c8d4ab5dd1690ad88 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sat, 9 Sep 2023 11:27:37 +0300 Subject: [PATCH] python-chardet: bump to 5.2.0 Signed-off-by: Alexandru Ardelean --- lang/python/python-chardet/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-chardet/Makefile b/lang/python/python-chardet/Makefile index 83e1799bdd..8f9703cd5f 100644 --- a/lang/python/python-chardet/Makefile +++ b/lang/python/python-chardet/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-chardet -PKG_VERSION:=5.1.0 +PKG_VERSION:=5.2.0 PKG_RELEASE:=1 PKG_LICENSE:=LGPL-2.1 PYPI_NAME:=chardet -PKG_HASH:=0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5 +PKG_HASH:=1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7 include ../pypi.mk include $(INCLUDE_DIR)/package.mk @@ -30,7 +30,7 @@ define Package/python3-chardet endef define Package/python3-chardet/description - Universal encoding detector for Python 2 and 3 + Universal encoding detector for Python endef define Py3Package/python3-chardet/install