From 8641f269261d865cb85829709ef3f6584217f011 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Thu, 10 Aug 2017 00:35:46 +0100 Subject: [PATCH] Update BusyBox to 1.27.1 (32) --- metadata/ru.meefik.busybox.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt index 56fb0a2337..16390f2070 100644 --- a/metadata/ru.meefik.busybox.txt +++ b/metadata/ru.meefik.busybox.txt @@ -95,7 +95,21 @@ Build:1.26.2,29 ./bb-build.sh mips static && \ cp -fR compiled/mips ../app/src/main/assets/ +Build:1.27.1,32 + commit=1.27.1 + subdir=app + gradle=yes + scandelete=app/src/main/assets + build=cd ../contrib && \ + export ANDROID_NDK_ROOT=$$NDK$$ && \ + ./bb-build.sh arm static && \ + cp -fR compiled/arm ../app/src/main/assets/ && \ + ./bb-build.sh intel static && \ + cp -fR compiled/intel ../app/src/main/assets/ && \ + ./bb-build.sh mips static && \ + cp -fR compiled/mips ../app/src/main/assets/ + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.26.2 -Current Version Code:29 +Current Version:1.27.1 +Current Version Code:32