From: Alexandru Ardelean Date: Mon, 11 Jun 2018 07:23:31 +0000 (+0300) Subject: python-lxml: bump to version 4.2.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5ab6fb2c06bdc202ec5a8a6a28efe8410b144667;p=feed%2Fpackages.git python-lxml: bump to version 4.2.1 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 0c543fce44..d564039b28 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=4.1.1 +PKG_VERSION:=4.2.1 PKG_RELEASE:=1 PKG_SOURCE:=lxml-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://lxml.de/files/ -PKG_HASH:=940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e +PKG_HASH:=e2629cdbcad82b83922a3488937632a4983ecc0fed3e5cfbf430d069382eeb9b PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-lxml-$(PKG_VERSION) PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)