From f86ca1764c7731c73bf56a89750d30671174951d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Thu, 24 Aug 2017 20:18:54 +0100 Subject: [PATCH] Update BusyBox to 1.27.2 (34) --- metadata/ru.meefik.busybox.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt index 907ec7d381..07915f4cee 100644 --- a/metadata/ru.meefik.busybox.txt +++ b/metadata/ru.meefik.busybox.txt @@ -110,6 +110,21 @@ Build:1.27.1,32 mv compiled/mips ../app/src/main/assets/ ndk=r10e +Build:1.27.2,34 + commit=1.27.2 + subdir=app + gradle=yes + rm=app/src/main/assets/arm,app/src/main/assets/intel,app/src/main/assets/mips + build=cd ../contrib && \ + export ANDROID_NDK_ROOT=$$NDK$$ && \ + ./bb-build.sh arm static && \ + mv compiled/arm ../app/src/main/assets/ && \ + ./bb-build.sh x86 static && \ + mv compiled/x86 ../app/src/main/assets/intel && \ + ./bb-build.sh mips static && \ + mv compiled/mips ../app/src/main/assets/ + ndk=r10e + Maintainer Notes: As of 1.27.1, the binary for Intel x86 target is compiled using "./bb-build.sh x86" command, but the app expectes it in assets/intel directory @@ -118,5 +133,5 @@ As of 1.27.1, the binary for Intel x86 target is compiled using Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.27.1 -Current Version Code:32 +Current Version:1.27.2 +Current Version Code:34