summaryrefslogtreecommitdiffstats
path: root/packaging/ios/build.sh
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-04-15 12:33:38 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-04-16 07:41:24 -0700
commitd82f8cbd3febbb84714bb3d78bcab5ddcc06ec4d (patch)
treed1f3b680980e62ba050198f5fe3e1c0b6a61821d /packaging/ios/build.sh
parentd6f2658268dd67a9e315a79170394fb4ce42e1cb (diff)
downloadsubsurface-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/ios/build.sh')
-rw-r--r--packaging/ios/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh
index 69c7d3404..c0fcbe5cb 100644
--- a/packaging/ios/build.sh
+++ b/packaging/ios/build.sh
@@ -335,7 +335,7 @@ echo next building for $ARCH
# build libdivecomputer
if [ ! -d libdivecomputer ] ; then
- git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer
+ git clone -b Subsurface-branch https://github.com/Subsurface-divelog/libdc.git libdivecomputer
fi
cd libdivecomputer
git pull --rebase