libports: update expat port

Fixes #4183
This commit is contained in:
Christian Prochaska 2021-05-28 14:08:26 +02:00 committed by Christian Helmuth
parent c0150f97e5
commit 520b69ef0d
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
include $(select_from_repositories,lib/import/import-expat.mk) include $(select_from_repositories,lib/import/import-expat.mk)
EXPAT_DIR := $(call select_from_ports,expat)/src/lib/expat/contrib EXPAT_DIR := $(call select_from_ports,expat)/src/lib/expat/contrib
INC_DIR += $(EXPAT_DIR)
LIBS += libc LIBS += libc
SRC_C = xmlparse.c xmlrole.c xmltok.c SRC_C = xmlparse.c xmlrole.c xmltok.c

View File

@ -1 +1 @@
ca6b9728523fcd156d0b0fec187bb1fe02b391f2 e083f7393225b62cabfdd70b63f53e55379bbdbe

View File

@ -1,9 +1,9 @@
LICENSE := MIT LICENSE := MIT
DOWNLOADS := expat.archive DOWNLOADS := expat.archive
VERSION := 2.3.0 VERSION := 2.4.1
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
SHA(expat) := 89df123c62f2c2e2b235692d9fe76def6a9ab03dbe95835345bf412726eb1987 SHA(expat) := a00ae8a6b96b63a3910ddc1100b1a7ef50dc26dceb65ced18ded31ab392f132b
DIR(expat) := src/lib/expat/contrib DIR(expat) := src/lib/expat/contrib
DIRS := include DIRS := include