Change protocoll for any git clone from Github to https

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-04-15 12:33:38 +02:00 committed by Dirk Hohndel
parent d6f2658268
commit d82f8cbd3f
7 changed files with 11 additions and 11 deletions

View file

@ -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