From 2cb9ab627793757319c58a41736d9b6e319af83d Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 5 Oct 2024 14:26:05 +0000 Subject: [PATCH] Update Tinc Mesh VPN to 0.42 (42) --- 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 78d22f677f..0e23003a87 100644 --- a/metadata/org.pacien.tincapp.yml +++ b/metadata/org.pacien.tincapp.yml @@ -376,7 +376,19 @@ Builds: prebuild: sed -i -e '/com.github.triplet.play/d; /play {/,/}/d' build.gradle ndk: 26.1.10909125 + - versionName: '0.42' + versionCode: 42 + commit: 2975156d3f667728b67963d84727da459c290fe1 + 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: 26.1.10909125 + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '0.41' -CurrentVersionCode: 41 +CurrentVersion: '0.42' +CurrentVersionCode: 42