diff options
Diffstat (limited to 'src/expat.mk')
-rw-r--r-- | src/expat.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/expat.mk b/src/expat.mk index 9bbc0c6..c010f1d 100644 --- a/src/expat.mk +++ b/src/expat.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# Expat XML Parser PKG := expat $(PKG)_IGNORE := -$(PKG)_VERSION := 2.0.1 -$(PKG)_CHECKSUM := 663548c37b996082db1f2f2c32af060d7aa15c2d +$(PKG)_CHECKSUM := b08197d146930a5543a7b99e871cba3da614f6f0 $(PKG)_SUBDIR := expat-$($(PKG)_VERSION) $(PKG)_FILE := expat-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://expat.sourceforge.net/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/expat/expat/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc |