diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-08-07 10:29:45 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-08-07 10:29:45 +0200 |
commit | 8ac61a26977d15ca39318891bf6e6e3d6ddfcbfb (patch) | |
tree | 421c5c4bbc1030fa66543dce79768ac20f1e0890 /tools | |
parent | ecc9bd15cb6b2c67160566eea5279b92776a08e3 (diff) |
[depends] expat 2.2.0
Diffstat (limited to 'tools')
-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 |