From 47468ee28faa750d8d016d873b4d05f4dcd4624f Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner <hans@eds.org>
Date: Mon, 4 Dec 2017 20:21:40 +0100
Subject: [PATCH] apply new lint rules forcing HTTPS to git.code.sf.net

sed -i 's,[a-z]*://git.code.sf.net,https://git.code.sf.net,g' metadata/*.txt
---
 metadata/SpeedoMeterApp.main.txt                             | 2 +-
 metadata/com.androidemu.gba.txt                              | 2 +-
 metadata/com.androidemu.gbc.txt                              | 2 +-
 metadata/com.androidemu.nes.txt                              | 2 +-
 metadata/com.midisheetmusic.txt                              | 2 +-
 metadata/com.nooskewl.bobby.txt                              | 2 +-
 metadata/com.xmission.trevin.android.todo.txt                | 2 +-
 metadata/de.agrothe.go.txt                                   | 2 +-
 metadata/de.antonfluegge.android.yubnubwidgetadfree.txt      | 2 +-
 metadata/de.yaacc.txt                                        | 2 +-
 metadata/dudeofx.eval.txt                                    | 2 +-
 metadata/fr.asterope.txt                                     | 2 +-
 metadata/it.iiizio.epubator.txt                              | 2 +-
 metadata/jp.sawada.np2android.txt                            | 2 +-
 metadata/net.sf.crypt.gort.txt                               | 2 +-
 metadata/net.sf.ethersynth.txt                               | 2 +-
 metadata/net.sourceforge.andsys.txt                          | 2 +-
 metadata/net.sourceforge.opencamera.txt                      | 2 +-
 metadata/net.sourceforge.solitaire_cg.txt                    | 2 +-
 metadata/net.sourceforge.wifiremoteplay.txt                  | 2 +-
 metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt | 2 +-
 metadata/org.coolreader.txt                                  | 2 +-
 metadata/org.dyndns.sven_ola.debian_kit.txt                  | 2 +-
 metadata/org.helllabs.android.xmp.txt                        | 4 ++--
 metadata/org.quovadit.apps.andof.txt                         | 2 +-
 metadata/universe.constellation.orion.viewer.txt             | 2 +-
 26 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/metadata/SpeedoMeterApp.main.txt b/metadata/SpeedoMeterApp.main.txt
index e5478e8e73..1c0af0d156 100644
--- a/metadata/SpeedoMeterApp.main.txt
+++ b/metadata/SpeedoMeterApp.main.txt
@@ -11,7 +11,7 @@ Measures your speed with GPS
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/androidspeedo/code
+Repo:https://git.code.sf.net/p/androidspeedo/code
 
 Build:1.0,1
     commit=d30c4c0b52c51bb420
diff --git a/metadata/com.androidemu.gba.txt b/metadata/com.androidemu.gba.txt
index 45c683b9fa..63bf90ce84 100644
--- a/metadata/com.androidemu.gba.txt
+++ b/metadata/com.androidemu.gba.txt
@@ -14,7 +14,7 @@ To run this, you need a non-free BIOS file, which must be obtained elsewhere.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/gameboid/code
+Repo:https://git.code.sf.net/p/gameboid/code
 
 Build:1.3.2,6
     commit=1.3.2
diff --git a/metadata/com.androidemu.gbc.txt b/metadata/com.androidemu.gbc.txt
index c2333c4d8b..83c3b0a9db 100644
--- a/metadata/com.androidemu.gbc.txt
+++ b/metadata/com.androidemu.gbc.txt
@@ -12,7 +12,7 @@ who in turn used code of gnuboy.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/gbcoid/code
+Repo:https://git.code.sf.net/p/gbcoid/code
 
 Build:1.8.5,32
     commit=1.8.5
diff --git a/metadata/com.androidemu.nes.txt b/metadata/com.androidemu.nes.txt
index 81c34cd47b..2b30e578c5 100644
--- a/metadata/com.androidemu.nes.txt
+++ b/metadata/com.androidemu.nes.txt
@@ -12,7 +12,7 @@ who in turn used code of FCEUltra (currently known as FCEUX).
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/nesoid/code
+Repo:https://git.code.sf.net/p/nesoid/code
 
 Build:2.5,61
     commit=2.5
diff --git a/metadata/com.midisheetmusic.txt b/metadata/com.midisheetmusic.txt
index 0db721e5c1..6a2047fd8d 100644
--- a/metadata/com.midisheetmusic.txt
+++ b/metadata/com.midisheetmusic.txt
@@ -22,7 +22,7 @@ Features include:
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/midisheetmusic/source
+Repo:https://git.code.sf.net/p/midisheetmusic/source
 
 Build:2.5.1,8
     commit=6d9e80ad1f6182
diff --git a/metadata/com.nooskewl.bobby.txt b/metadata/com.nooskewl.bobby.txt
index 4d45b1fa59..d7dccf96c9 100644
--- a/metadata/com.nooskewl.bobby.txt
+++ b/metadata/com.nooskewl.bobby.txt
@@ -23,7 +23,7 @@ Build:1.4.1,2
         wget http://download.savannah.gnu.org/releases/freetype/freetype-2.4.10.tar.bz2 && \
         tar xvjf freetype-2.4.10.tar.bz2 && \
         rm freetype-2.4.10.tar.bz2 && \
-        git clone git://git.code.sf.net/p/alleg/allegro && \
+        git clone https://git.code.sf.net/p/alleg/allegro && \
         mkdir -p allegro/build jni/armeabi
     scanignore=toolchain,jni
     build=$$NDK$$/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=toolchain && \
diff --git a/metadata/com.xmission.trevin.android.todo.txt b/metadata/com.xmission.trevin.android.todo.txt
index 890d7a75e1..a4140a279c 100644
--- a/metadata/com.xmission.trevin.android.todo.txt
+++ b/metadata/com.xmission.trevin.android.todo.txt
@@ -12,7 +12,7 @@ configurable recurring tasks, and add detailed notes to items.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/androidtodolist/code
+Repo:https://git.code.sf.net/p/androidtodolist/code
 
 Build:1.0,1
     commit=487164c148b5bf5a8831a8119af38af69d417748
diff --git a/metadata/de.agrothe.go.txt b/metadata/de.agrothe.go.txt
index 101354535a..0e8989b043 100644
--- a/metadata/de.agrothe.go.txt
+++ b/metadata/de.agrothe.go.txt
@@ -14,7 +14,7 @@ sources.
 .
 
 Repo Type:git
-Repo:http://git.code.sf.net/p/godroid/git
+Repo:https://git.code.sf.net/p/godroid/git
 
 Build:1.3.8,35
     disable=missing go source, broken build
diff --git a/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt b/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt
index 39db0571d8..5001adadee 100644
--- a/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt
+++ b/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt
@@ -15,7 +15,7 @@ quotes from the Simpsons!
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/yubnubapp/code
+Repo:https://git.code.sf.net/p/yubnubapp/code
 
 Build:1.1.4,6
     commit=bb92bd86a
diff --git a/metadata/de.yaacc.txt b/metadata/de.yaacc.txt
index 0a41a5e899..cb2c07fd64 100644
--- a/metadata/de.yaacc.txt
+++ b/metadata/de.yaacc.txt
@@ -28,7 +28,7 @@ Features:
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/yaacc/code
+Repo:https://git.code.sf.net/p/yaacc/code
 
 Build:1.0,1
     commit=RELEASE-1.0
diff --git a/metadata/dudeofx.eval.txt b/metadata/dudeofx.eval.txt
index 8dfe02da85..cd1241e2bb 100644
--- a/metadata/dudeofx.eval.txt
+++ b/metadata/dudeofx.eval.txt
@@ -22,7 +22,7 @@ Example output:
 .
 
 Repo Type:git
-Repo:http://git.code.sf.net/p/mathexpressionevaluator/code
+Repo:https://git.code.sf.net/p/mathexpressionevaluator/code
 
 Build:1.1,101
     commit=bf1952
diff --git a/metadata/fr.asterope.txt b/metadata/fr.asterope.txt
index 067a86abad..91f56871e3 100644
--- a/metadata/fr.asterope.txt
+++ b/metadata/fr.asterope.txt
@@ -14,7 +14,7 @@ that can easily be imported, e.g. in LibreOffice, for offline analysis.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/androidrun/code
+Repo:https://git.code.sf.net/p/androidrun/code
 
 Build:1.0,1
     commit=dbf642887a200b448e84e53e582e4e2d678c45a1
diff --git a/metadata/it.iiizio.epubator.txt b/metadata/it.iiizio.epubator.txt
index f556239417..59418131d5 100644
--- a/metadata/it.iiizio.epubator.txt
+++ b/metadata/it.iiizio.epubator.txt
@@ -26,7 +26,7 @@ Page per file to 1 and/or disable the extraction of images and try again
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/epubator/code
+Repo:https://git.code.sf.net/p/epubator/code
 
 Build:0.7,7
     commit=v0.7
diff --git a/metadata/jp.sawada.np2android.txt b/metadata/jp.sawada.np2android.txt
index e3d6e336c1..3e2e17b6bc 100644
--- a/metadata/jp.sawada.np2android.txt
+++ b/metadata/jp.sawada.np2android.txt
@@ -21,7 +21,7 @@ version, F-Droid build additionally supports mips and ARMv6.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/np2android/code
+Repo:https://git.code.sf.net/p/np2android/code
 
 Build:20120217,20120217
     commit=20120217
diff --git a/metadata/net.sf.crypt.gort.txt b/metadata/net.sf.crypt.gort.txt
index 18bd373a0c..28bf4fefa6 100644
--- a/metadata/net.sf.crypt.gort.txt
+++ b/metadata/net.sf.crypt.gort.txt
@@ -13,7 +13,7 @@ SecureID token.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/barada/gort
+Repo:https://git.code.sf.net/p/barada/gort
 
 Build:1.0.5,8
     commit=v1.0.5
diff --git a/metadata/net.sf.ethersynth.txt b/metadata/net.sf.ethersynth.txt
index c987f5432d..c6e27e7a30 100644
--- a/metadata/net.sf.ethersynth.txt
+++ b/metadata/net.sf.ethersynth.txt
@@ -25,7 +25,7 @@ Features:
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/ethersynth/code
+Repo:https://git.code.sf.net/p/ethersynth/code
 
 Build:0.1.0,100
     commit=0.1.0
diff --git a/metadata/net.sourceforge.andsys.txt b/metadata/net.sourceforge.andsys.txt
index 116567d01e..e8325617bf 100644
--- a/metadata/net.sourceforge.andsys.txt
+++ b/metadata/net.sourceforge.andsys.txt
@@ -16,7 +16,7 @@ Status: BETA
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/andsys/git
+Repo:https://git.code.sf.net/p/andsys/git
 
 Build:0.2.a.12,12
     commit=065b79
diff --git a/metadata/net.sourceforge.opencamera.txt b/metadata/net.sourceforge.opencamera.txt
index e0a0a8afcf..4db7be8a43 100644
--- a/metadata/net.sourceforge.opencamera.txt
+++ b/metadata/net.sourceforge.opencamera.txt
@@ -29,7 +29,7 @@ A feature rich camera application, including:
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/opencamera/code
+Repo:https://git.code.sf.net/p/opencamera/code
 
 Build:1.7,9
     commit=v1.7
diff --git a/metadata/net.sourceforge.solitaire_cg.txt b/metadata/net.sourceforge.solitaire_cg.txt
index 2f9741edec..7f8753d11f 100644
--- a/metadata/net.sourceforge.solitaire_cg.txt
+++ b/metadata/net.sourceforge.solitaire_cg.txt
@@ -27,7 +27,7 @@ graphics to take advantage of today's larger, higher resolution screens.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/solitairecg/code
+Repo:https://git.code.sf.net/p/solitairecg/code
 
 Build:1.14,452
     commit=SolitaireCG-1.14
diff --git a/metadata/net.sourceforge.wifiremoteplay.txt b/metadata/net.sourceforge.wifiremoteplay.txt
index 27c3707553..f56a344e14 100644
--- a/metadata/net.sourceforge.wifiremoteplay.txt
+++ b/metadata/net.sourceforge.wifiremoteplay.txt
@@ -13,7 +13,7 @@ Remote Control for MPC (Music Player Daemon) and VLC.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/wifiremoteplay/android_native
+Repo:https://git.code.sf.net/p/wifiremoteplay/android_native
 
 Build:1.11,7
     commit=v1.11
diff --git a/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt b/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt
index d4eebc0b61..4997ba2511 100644
--- a/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt
+++ b/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt
@@ -16,7 +16,7 @@ to get better reception.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/bluegps4droid/git
+Repo:https://git.code.sf.net/p/bluegps4droid/git
 
 Build:1.2.5,125
     commit=e67872c
diff --git a/metadata/org.coolreader.txt b/metadata/org.coolreader.txt
index 755f105312..3642b6d1d2 100644
--- a/metadata/org.coolreader.txt
+++ b/metadata/org.coolreader.txt
@@ -17,7 +17,7 @@ Settings.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/crengine/crengine
+Repo:https://git.code.sf.net/p/crengine/crengine
 
 Build:3.0.39-35,60
     commit=68ad007ac1272ef322fd61cb6591618723422380
diff --git a/metadata/org.dyndns.sven_ola.debian_kit.txt b/metadata/org.dyndns.sven_ola.debian_kit.txt
index 12977929d5..2030ae8447 100644
--- a/metadata/org.dyndns.sven_ola.debian_kit.txt
+++ b/metadata/org.dyndns.sven_ola.debian_kit.txt
@@ -19,7 +19,7 @@ Android debugging bridge or similar.
 Requires Root:yes
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/debian-kit/code
+Repo:https://git.code.sf.net/p/debian-kit/code
 
 Build:1.5.0,5
     commit=29b8cfee2ab036cf180c2cb3dc560654c848be81
diff --git a/metadata/org.helllabs.android.xmp.txt b/metadata/org.helllabs.android.xmp.txt
index c93328093c..0927f3ca77 100644
--- a/metadata/org.helllabs.android.xmp.txt
+++ b/metadata/org.helllabs.android.xmp.txt
@@ -16,7 +16,7 @@ website.
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/xmp/xmp-android
+Repo:https://git.code.sf.net/p/xmp/xmp-android
 
 Build:2.1.0,15
     commit=639549fda2111cb800fabe468b4a64bf4ae27003
@@ -74,7 +74,7 @@ Build:3.4.3,36
 Build:3.5.0,38
     commit=android-3.5.0
     init=cd jni && \
-        git clone git://git.code.sf.net/p/xmp/libxmp xmp-libxmp && \
+        git clone https://git.code.sf.net/p/xmp/libxmp xmp-libxmp && \
         ln -fs xmp-libxmp/include include && \
         ln -fs xmp-libxmp/src src && \
         sed -i 's/..\/..\/libxmp/xmp-libxmp/g' Android.mk && \
diff --git a/metadata/org.quovadit.apps.andof.txt b/metadata/org.quovadit.apps.andof.txt
index 8d52f8fd63..c5bbd5a4cb 100644
--- a/metadata/org.quovadit.apps.andof.txt
+++ b/metadata/org.quovadit.apps.andof.txt
@@ -11,7 +11,7 @@ Simple app to calculate depth of field
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/andof/code
+Repo:https://git.code.sf.net/p/andof/code
 
 Build:1.3,9
     commit=v1.3
diff --git a/metadata/universe.constellation.orion.viewer.txt b/metadata/universe.constellation.orion.viewer.txt
index b0f45171e4..08b86bea24 100644
--- a/metadata/universe.constellation.orion.viewer.txt
+++ b/metadata/universe.constellation.orion.viewer.txt
@@ -24,7 +24,7 @@ Features:
 .
 
 Repo Type:git
-Repo:git://git.code.sf.net/p/orion-viewer/code
+Repo:https://git.code.sf.net/p/orion-viewer/code
 
 Build:0.54.2,81
     disable=needs work on jni