summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Märdian <lukas@goldelico.com>2015-02-02 15:23:49 +0100
committerPaul Kocialkowski <contact@paulk.fr>2015-02-03 20:26:23 +0100
commit1a93ba7d67376cd8f2e6cb0bb159f81752615efa (patch)
tree52626f925bb7a5fe0e57d07299e93aef25df251e
parentb090f16f8b05f2404821075188363cd5c7a4e1cf (diff)
downloadvendor_replicant-1a93ba7d67376cd8f2e6cb0bb159f81752615efa.zip
vendor_replicant-1a93ba7d67376cd8f2e6cb0bb159f81752615efa.tar.gz
vendor_replicant-1a93ba7d67376cd8f2e6cb0bb159f81752615efa.tar.bz2
get-prebuilts: fix Terminal.apk URL
Signed-off-by: Lukas Märdian <lukas@goldelico.com>
-rwxr-xr-xget-prebuilts2
1 files changed, 1 insertions, 1 deletions
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