comparison src/libxml2.mk @ 6379:2d85105dc97d

* src/libxml2.mk: update to v2.10.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 25 Aug 2022 07:30:36 -0400
parents ad7b12d96767
children 7d66e8da73b4
comparison
equal deleted inserted replaced
6378:529995d7afcf 6379:2d85105dc97d
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.14 6 $(PKG)_VERSION := 2.10.0
7 $(PKG)_CHECKSUM := 2448a3fb2fa0ad27147a88b6b97b88162ba777bc 7 $(PKG)_CHECKSUM := 833efb3c824306c6626afc727fae11bc6d1ff126
8 $(PKG)_SUBDIR := libxml2-v$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libxml2-v$($(PKG)_VERSION)
9 $(PKG)_FILE := libxml2-v$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libxml2-v$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://gitlab.gnome.org/GNOME/$(PKG)/-/archive/v$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://gitlab.gnome.org/GNOME/$(PKG)/-/archive/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := zlib libiconv 11 $(PKG)_DEPS := zlib libiconv
12 12