Index: Makefile
===================================================================
--- Makefile (revision 120)
+++ Makefile (revision 121)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/packages/l/libxml2
-versions = 2.9.9
+versions = 2.11.4
pkgname = libxml2
suffix = tar.xz
@@ -14,7 +14,7 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/libxml2-2.9.9-python.patch
+patches = $(CURDIR)/patches/libxml2-2.11.4-python-unicode.patch
.NOTPARALLEL: $(patches)
@@ -49,7 +49,7 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-2.9.9-python-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.11.4-python-unicode-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: