From 91dc8539ae7cdd762cd4a6a2bcff33a43f081d5d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 27 Feb 2018 10:58:28 +0100 Subject: Use HTTPS protocol instead a insecure git:// in KDE libs --- .travis/install-kde.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install-kde.sh b/.travis/install-kde.sh index 5e865322..283ba5dc 100755 --- a/.travis/install-kde.sh +++ b/.travis/install-kde.sh @@ -5,7 +5,7 @@ IFS=$'\n\t' package=$1 version=$2 -git clone "git://anongit.kde.org/$package" "/tmp/$package" +git clone "https://anongit.kde.org/$package" "/tmp/$package" cd "/tmp/$package" git checkout "$version" mkdir build -- cgit v1.2.3