[PATCH] get-prebuilts: fix Terminal.apk URL
Lukas Märdian
lukas at goldelico.com
Mon Feb 2 14:23:49 UTC 2015
Signed-off-by: Lukas Märdian <lukas at goldelico.com>
---
get-prebuilts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/get-prebuilts b/get-prebuilts
index 5fbd70f..febfe96 100755
--- a/get-prebuilts
+++ b/get-prebuilts
@@ -7,5 +7,5 @@ mkdir -p $BASEDIR/prebuilt/common/apps/
curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L http://f-droid.org/FDroid.apk
# Get Android Terminal Emulator
-curl -L -o $BASEDIR/prebuilt/common/apps/Term.apk -O -L http://f-droid.org/repo/jackpal.androidterm_63.apk
+curl -L -o $BASEDIR/prebuilt/common/apps/Term.apk -O -L http://f-droid.org/repo/jackpal.androidterm_64.apk
unzip -o -d $BASEDIR/prebuilt/common/apps/ $BASEDIR/prebuilt/common/apps/Term.apk lib/armeabi/libjackpal-androidterm4.so
--
1.9.1
More information about the Replicant
mailing list