commit 0a1a78ec1ca6ff2fb02dc87a47109df0272cbd06
parent a975372ff39fbaee4ad9222512cc20ae481daad9
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 29 May 2025 14:09:16 +0200
android: update link to git:// instead of https://
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-android/build.sh b/docker-android/build.sh
@@ -20,7 +20,7 @@ GRADLE_PROPERTIES_FILE=./QuickJS-android/gradle.properties
WALLET_CORE_VERSION=$(grep -hoP '^WALLET_CORE_VERSION=\K.*' $GRADLE_PROPERTIES_FILE)
# Download and build wallet-core (as non-root)
-git clone https://git.gnunet.org/taler-typescript-core.git
+git clone git://git.gnunet.org/taler-typescript-core.git
cd taler-typescript-core/
git checkout "tags/${WALLET_CORE_VERSION}"