From f189ea87da96d5173ed40e038f0f8b3cf42ed72b Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 6 Apr 2013 11:15:40 +0200 Subject: prebuilt: Update script and prebuilts from F-Droid Signed-off-by: Paul Kocialkowski --- get-prebuilts | 4 +++- prebuilt/common/apps/FDroid.apk | Bin 227215 -> 260654 bytes prebuilt/common/apps/Superuser.apk | Bin 1511570 -> 1603618 bytes prebuilt/common/apps/Term.apk | Bin 314540 -> 401760 bytes 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/get-prebuilts b/get-prebuilts index 69eab9c..a01405f 100755 --- a/get-prebuilts +++ b/get-prebuilts @@ -5,6 +5,8 @@ BASEDIR=`dirname $0` 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 https://github.com/downloads/jackpal/Android-Terminal-Emulator/Term.apk +curl -L -o $BASEDIR/prebuilt/common/apps/Term.apk -O -L http://f-droid.org/repo/jackpal.androidterm_53.apk unzip -o -d $BASEDIR/prebuilt/common/apps/ $BASEDIR/prebuilt/common/apps/Term.apk lib/armeabi/libjackpal-androidterm4.so +# Get Superuser +curl -L -o $BASEDIR/prebuilt/common/apps/Superuser.apk -O -L http://f-droid.org/repo/org.fdroid.superuser_1016.apk diff --git a/prebuilt/common/apps/FDroid.apk b/prebuilt/common/apps/FDroid.apk index f414b90..3c7e130 100644 Binary files a/prebuilt/common/apps/FDroid.apk and b/prebuilt/common/apps/FDroid.apk differ diff --git a/prebuilt/common/apps/Superuser.apk b/prebuilt/common/apps/Superuser.apk index a550070..8775534 100644 Binary files a/prebuilt/common/apps/Superuser.apk and b/prebuilt/common/apps/Superuser.apk differ diff --git a/prebuilt/common/apps/Term.apk b/prebuilt/common/apps/Term.apk index bedbdbf..2343d7d 100644 Binary files a/prebuilt/common/apps/Term.apk and b/prebuilt/common/apps/Term.apk differ -- cgit v1.1