diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-04-15 12:33:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-16 07:41:24 -0700 |
commit | d82f8cbd3febbb84714bb3d78bcab5ddcc06ec4d (patch) | |
tree | d1f3b680980e62ba050198f5fe3e1c0b6a61821d /packaging/android/build.sh | |
parent | d6f2658268dd67a9e315a79170394fb4ce42e1cb (diff) | |
download | subsurface-d82f8cbd3febbb84714bb3d78bcab5ddcc06ec4d.tar.gz |
Change protocoll for any git clone from Github to https
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'packaging/android/build.sh')
-rw-r--r-- | packaging/android/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 29cbdb4f1..0f2a1d0c3 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -315,7 +315,7 @@ if [ ! -e "$PKG_CONFIG_LIBDIR/libdivecomputer.pc" ] ; then fi if [ ! -e qt-android-cmake ] ; then - git clone git://github.com/LaurentGomila/qt-android-cmake.git + git clone https://github.com/LaurentGomila/qt-android-cmake.git else pushd qt-android-cmake git pull |