summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-11-29 23:55:48 +0000
committerPierre Grandin <grandinp@altern.org>2016-11-29 23:55:48 +0000
commit34adb1e9e9148d559ba01bfec90028d10a8cf00b (patch)
tree2147b6d2e080ebddcdba360e05abc44cda465936
parentf71f0761f326166615f1790fc90044ec14845ef8 (diff)
downloadnavit-34adb1e9e9148d559ba01bfec90028d10a8cf00b.tar.gz
Fixed libpng version check
-rw-r--r--ci/build_tomtom_minimal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_tomtom_minimal.sh b/ci/build_tomtom_minimal.sh
index ddc3d35e4..6a8582be1 100644
--- a/ci/build_tomtom_minimal.sh
+++ b/ci/build_tomtom_minimal.sh
@@ -40,7 +40,7 @@ if ! [ -e "~/tomtom_assets/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.
wget -nv -c http://www.tomtom.com/gpl/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz -P ~/tomtom_assets
fi
-if ! test -f "~/tomtom_assets/libpng-1.6.25.tar.gz"
+if ! test -f "~/tomtom_assets/libpng-1.6.26.tar.gz"
then
wget -nv -c ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.26.tar.gz -P ~/tomtom_assets
fi