summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2017-07-10 19:13:50 +0200
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2017-07-10 10:13:50 -0700
commit7a2f2429af7a778697aee854c55f320071e737ec (patch)
tree71807a8953e29d2ecbcd7f7b30916df037f8dd13
parentafe3844ca52981bb5cf731dc0ddb1990c89380bb (diff)
downloadnavit-7a2f2429af7a778697aee854c55f320071e737ec.tar.gz
Use cached copy for libpng / tomtom (#276)
* 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 02394061c..b522e6652 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 0129f267c..3d0357989 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