diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-12-11 09:05:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-11 09:05:05 +0100 |
commit | 8f27c8b235d43a61f53c8db74ff35e129d295c0f (patch) | |
tree | b1291e7e33c5a221a99c4aaf8a49b3b42ff68fac /tools/depends | |
parent | f1cdddac1698e9620c217619fe9def7b85805330 (diff) | |
parent | 91e9460980166e2d854844d05b6e9160db05bd4d (diff) |
Merge pull request #11102 from MartijnKaijser/libpng_update
[depends] libpng 1.6.26
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/native/libpng-native/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/libpng/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/libpng-native/Makefile b/tools/depends/native/libpng-native/Makefile index de868b8632..9cc55d7901 100644 --- a/tools/depends/native/libpng-native/Makefile +++ b/tools/depends/native/libpng-native/Makefile @@ -5,7 +5,7 @@ DEPS= ../../Makefile.include.in Makefile # lib name, version LIBNAME=libpng -VERSION=1.6.21 +VERSION=1.6.26 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/depends/target/libpng/Makefile b/tools/depends/target/libpng/Makefile index ce450635f8..47781cff43 100644 --- a/tools/depends/target/libpng/Makefile +++ b/tools/depends/target/libpng/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libpng -VERSION=1.6.21 +VERSION=1.6.26 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |