Skip to content

Commit

Permalink
contrib: Update to libxml2 2.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Jul 22, 2017
1 parent 2a1ffa6 commit 19b8f11
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions contrib/libxml2/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ __deps__ := LIBICONV
$(eval $(call import.MODULE.defs,LIBXML2,libxml2,$(__deps__)))
$(eval $(call import.CONTRIB.defs,LIBXML2))

LIBXML2.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libxml2-2.7.7.tar.gz
LIBXML2.FETCH.url += ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz
LIBXML2.FETCH.sha256 = af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68
LIBXML2.EXTRACT.tarbase = libxml2-2.7.7

# TODO: libxml2 >= 2.9.2, tarbase unnecessary
#LIBXML2.FETCH.url = ftp://xmlsoft.org/libxml2/libxml2-2.9.2.tar.gz
#LIBXML2.FETCH.sha256 = 5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc
LIBXML2.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libxml2-2.9.4.tar.gz
LIBXML2.FETCH.url += ftp://xmlsoft.org/libxml2/libxml2-2.9.4.tar.gz
LIBXML2.FETCH.sha256 = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c

# The Python components do not build on MinGW due to the lack of a select() call
# in the MinGW environment.
Expand Down

0 comments on commit 19b8f11

Please sign in to comment.