diff options
-rw-r--r-- | tools/depends/target/expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/expat/Makefile b/tools/depends/target/expat/Makefile index de6c72e4cd..4634953fb2 100644 --- a/tools/depends/target/expat/Makefile +++ b/tools/depends/target/expat/Makefile @@ -3,9 +3,9 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=expat -VERSION=2.0.1 +VERSION=2.2.0 SOURCE=$(LIBNAME)-$(VERSION) -ARCHIVE=$(SOURCE).tar.gz +ARCHIVE=$(SOURCE).tar.bz2 # configuration settings CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) ./conftools; ./configure --prefix=$(PREFIX) --disable-shared |