comparison src/libxml2.mk @ 3750:713653a0cc35

libxml2: update to 2.9.2 * src/libxml2.mk: update version, checksum
author John Donoghue
date Tue, 02 Dec 2014 12:23:13 -0500
parents cae9de57c5aa
children a5e6d54bcd60
comparison
equal deleted inserted replaced
3749:e7d248425626 3750:713653a0cc35
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libxml2 4 PKG := libxml2
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.9.1 6 $(PKG)_VERSION := 2.9.2
7 $(PKG)_CHECKSUM := eb3e2146c6d68aea5c2a4422ed76fe196f933c21 7 $(PKG)_CHECKSUM := f46a37ea6d869f702e03f393c376760f3cbee673
8 $(PKG)_SUBDIR := libxml2-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libxml2-$($(PKG)_VERSION)
9 $(PKG)_FILE := libxml2-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libxml2-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://xmlsoft.org/libxml2/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://xmlsoft.org/libxml2/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12