Commit cc352925 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- update to 2.0.0 and correct site.

parent 5a2008d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
#
#############################################################

EXPAT_VERSION=1.95.8
EXPAT_VERSION=2.0.0

EXPAT_SOURCE=expat-$(EXPAT_VERSION).tar.gz
EXPAT_SITE=http://internap.dl.sourceforge.net/sourceforge/expat
EXPAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/expat
EXPAT_DIR:=$(BUILD_DIR)/expat-$(EXPAT_VERSION)

$(DL_DIR)/$(EXPAT_SOURCE):