From 7a30df7c0cb4464a09005f8c35c3b908ca06b99f Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Mon, 13 Jun 2016 20:22:11 +0200 Subject: [PATCH] Update XCSoar to 6.8.5 (105) --- metadata/org.xcsoar.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index 82e31a160d..5942e9d09e 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -115,6 +115,15 @@ Build:6.8.3,102 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.5,105 + commit=v6.8.5 + 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. .