diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-09-28 08:33:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:29:22 +0700 |
commit | c3b0fe727d03a2195508f39b50c9c3391b508786 (patch) | |
tree | 3ea8044b57518c03fe82e32558fc95c4a28e87dd /python/lxml/lxml.info | |
parent | ccd8a55df7b461f58bb3a10365900acc69631a13 (diff) |
python/lxml: Fix download url
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml/lxml.info')
-rw-r--r-- | python/lxml/lxml.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index a2666b85af1d9..b8bc9ad3e7cd7 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -1,8 +1,8 @@ PRGNAM="lxml" VERSION="3.6.4" HOMEPAGE="http://lxml.de/" -DOWNLOAD="http://lxml.de/files/lxml-3.6.4.tgz" -MD5SUM="6dd7314233029d9dab0156e7b1c7830b" +DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.6.4/lxml-lxml-3.6.4.tar.gz" +MD5SUM="b9c7d7c0b8bcdaa1d912b297208de6b0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 html5lib" |