From 0207ee9fa6b689221d573a489b5de5f281bfc60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 31 Mar 2015 11:21:02 +0200 Subject: [PATCH] Update XCSoar to 6.7.7 (96) --- metadata/org.xcsoar.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index c2ff8aefd7..0ff29e143a 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -51,6 +51,15 @@ Build:6.7.6,95 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.7.7,96 + commit=v6.7.7 + 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. .