diff options
author | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2016-07-01 00:07:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 00:07:03 +0200 |
commit | 7f6d5cd4e8513b8c86ee1bad25477c95b22b5825 (patch) | |
tree | 18536949e487f22fde46a84ba2da97496cc08780 /tools/depends/target | |
parent | 179658c10cd9d3f1e5ce770dad433d7c38fdb6ab (diff) | |
parent | 2b1e8ede576a52985e09f0d925c45bcd74bfe5d5 (diff) |
Merge pull request #10048 from MartijnKaijser/libxslt
Diffstat (limited to 'tools/depends/target')
-rw-r--r-- | tools/depends/target/libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libxslt/Makefile b/tools/depends/target/libxslt/Makefile index 1ea6dba44c..3b51da45a1 100644 --- a/tools/depends/target/libxslt/Makefile +++ b/tools/depends/target/libxslt/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libxslt -VERSION=1.1.28 +VERSION=1.1.29 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |