From a12edee935e2fb741ca3e82641264bd267512f9a Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 29 Aug 2018 22:47:54 +0100 Subject: [PATCH] Update Tutanota to 3.36.4 (336040) --- 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 fa7a2f634b..7571d391dd 100644 --- a/metadata/de.tutao.tutanota.txt +++ b/metadata/de.tutao.tutanota.txt @@ -40,7 +40,21 @@ Build:3.36.1,336010 npm install && \ node dist prod +Build:3.36.4,336040 + commit=tutanota-android-release-3.36.4 + subdir=app-android/app + sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \ + echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \ + tar xJf node.tar.xz && \ + cp -a node-v8.11.3-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.36.1 -Current Version Code:336010 +Current Version:3.36.4 +Current Version Code:336040