From 557e8799e5efc388ae56dc339a2ac9458521d8c4 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 28 Aug 2015 12:02:33 +0200 Subject: [PATCH] Update XCSoar to 6.8.1 (100) --- metadata/org.xcsoar.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index af983156c9..fce4562051 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -87,6 +87,15 @@ Build:6.8,99 for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \ break; done +Build:6.8.1,100 + commit=v6.8.1 + subdir=android + submodules=yes + output=../output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk + build=cd .. && \ + for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \ + break; done + Maintainer Notes: The makefile setup is not perfect, so we need to run it a few times to get it to succeed. .