From: Alexandru Ardelean Date: Mon, 16 Oct 2017 13:01:04 +0000 (+0300) Subject: python-lxml: update to version 4.1.0 X-Git-Url: http://git.openwrt.org/?p=feed%2Fpackages.git;a=commitdiff_plain;h=8d011baf89adea17c9b0bb0dfb903cfa17321016 python-lxml: update to version 4.1.0 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 65d43599ab..3ed79a3098 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.0.0 +PKG_VERSION:=4.1.0 PKG_RELEASE:=1 PKG_SOURCE:=lxml-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://lxml.de/files/ -PKG_HASH:=f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0 +PKG_HASH:=be3aaeb5f468a49f523f16736ccff7d82af2b4b303292ba3d052b5b28f3fbe47 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)