From 5e0740891ce01ea6f0d768b70951145486c88642 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Tue, 4 Dec 2018 22:09:30 +0000 Subject: [PATCH] Update Tutanota to 3.42.2 (342020) --- metadata/de.tutao.tutanota.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/de.tutao.tutanota.txt b/metadata/de.tutao.tutanota.txt index 532e440241..1121d9ef4f 100644 --- a/metadata/de.tutao.tutanota.txt +++ b/metadata/de.tutao.tutanota.txt @@ -138,7 +138,21 @@ Build:3.41.6,341060 npm install && \ node dist prod +Build:3.42.2,342020 + commit=tutanota-android-release-3.42.2 + subdir=app-android/app + sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ + echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ + tar xJf node.tar.xz && \ + cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle=yes + prebuild=cd ../.. && \ + rm -rf app-ios && \ + sed -i '/flow-bin/d' package.json && \ + npm install && \ + node dist prod + Auto Update Mode:Version tutanota-android-release-%v Update Check Mode:Tags tutanota-android-release-* -Current Version:3.41.6 -Current Version Code:341060 +Current Version:3.42.2 +Current Version Code:342020