From 9dfd77a069e461946879c28232ed9dcc5b6f35c9 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 1 Sep 2024 15:05:51 +0000 Subject: [PATCH] Update Tinc App to 0.40 (40) --- metadata/org.pacien.tincapp.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/org.pacien.tincapp.yml b/metadata/org.pacien.tincapp.yml index 92b1890363..46b9aab115 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -352,7 +352,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: r22b + - versionName: '0.40' + versionCode: 40 + commit: 4c6a2a879a5847b369d5b889452bf96c3d610463 + subdir: app + sudo: + - apt-get update + - apt-get install -y make libtool autoconf automake + gradle: + - yes + prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle + ndk: r22b + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.39' -CurrentVersionCode: 39 +CurrentVersion: '0.40' +CurrentVersionCode: 40