Signed-off-by: Bastian Krause <[email protected]> --- No changes since v2. Changes since (implicit) v1: - use ptx/mirror-pypi macro for URL --- rules/python3-chardet.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/python3-chardet.make b/rules/python3-chardet.make index ab3c99f56..ee15e3c2c 100644 --- a/rules/python3-chardet.make +++ b/rules/python3-chardet.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_PYTHON3_CHARDET) += python3-chardet # # Paths and names # -PYTHON3_CHARDET_VERSION := 2.3.0 -PYTHON3_CHARDET_MD5 := 25274d664ccb5130adae08047416e1a8 +PYTHON3_CHARDET_VERSION := 3.0.4 +PYTHON3_CHARDET_MD5 := 7dd1ba7f9c77e32351b0a0cfacf4055c PYTHON3_CHARDET := chardet-$(PYTHON3_CHARDET_VERSION) PYTHON3_CHARDET_SUFFIX := tar.gz -PYTHON3_CHARDET_URL := https://pypi.python.org/packages/source/c/chardet/$(PYTHON3_CHARDET).$(PYTHON3_CHARDET_SUFFIX) +PYTHON3_CHARDET_URL := $(call ptx/mirror-pypi, chardet, $(PYTHON3_CHARDET).$(PYTHON3_CHARDET_SUFFIX)) PYTHON3_CHARDET_SOURCE := $(SRCDIR)/$(PYTHON3_CHARDET).$(PYTHON3_CHARDET_SUFFIX) PYTHON3_CHARDET_DIR := $(BUILDDIR)/$(PYTHON3_CHARDET) PYTHON3_CHARDET_LICENSE := LGPL-2.1-or-later -- 2.28.0 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
