summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2017-07-10 19:13:50 +0200
committerPierre Grandin <grandinp@gmail.com>2017-07-17 19:27:37 -0700
commitdb7d6052189e8314b94673bc92422fbdb9e9f9e4 (patch)
treec2b9f0c69c0da3b7365ad4850cab644d76ffe0c7
parent99647fa95c9cbe12fdbb7218f09a7cb36c037868 (diff)
downloadnavit-fix_heightline_route_info.tar.gz
Use cached copy for libpng / tomtom (#276)fix_heightline_route_info
* Update build_tomtom_plugin.sh * Update build_tomtom_minimal.sh * Renamed the Links to fit navit repo
-rw-r--r--ci/build_tomtom_minimal.sh2
-rw-r--r--ci/build_tomtom_plugin.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_tomtom_minimal.sh b/ci/build_tomtom_minimal.sh
index 585f79316..259fdce0c 100644
--- a/ci/build_tomtom_minimal.sh
+++ b/ci/build_tomtom_minimal.sh
@@ -42,7 +42,7 @@ fi
if ! test -f "~/tomtom_assets/libpng-1.6.29.tar.gz"
then
- wget -nv -c ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.29.tar.gz -P ~/tomtom_assets
+ wget -nv -c https://github.com/navit-gps/dependencies/raw/master/tomtom/libpng-1.6.29.tar.gz -P ~/tomtom_assets
fi
# toolchain
diff --git a/ci/build_tomtom_plugin.sh b/ci/build_tomtom_plugin.sh
index 6acf3b376..a98aef266 100644
--- a/ci/build_tomtom_plugin.sh
+++ b/ci/build_tomtom_plugin.sh
@@ -41,7 +41,7 @@ fi
if ! test -f "~/tomtom_assets/libpng-1.6.29.tar.gz"
then
- wget -nv -c ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.29.tar.gz -P ~/tomtom_assets
+ wget -nv -c https://github.com/navit-gps/dependencies/raw/master/tomtom/libpng-1.6.29.tar.gz -P ~/tomtom_assets
fi
# toolchain