From 18445332afde0fc18043761e156cb3fe2d3f6287 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 11 May 2021 04:33:35 +0000 Subject: [PATCH] Update Conv6ations for Sum7 to 2.9.13 (42015) --- metadata/eu.sum7.conversations.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/eu.sum7.conversations.yml b/metadata/eu.sum7.conversations.yml index 5b66c06bd1..7f782010be 100644 --- a/metadata/eu.sum7.conversations.yml +++ b/metadata/eu.sum7.conversations.yml @@ -547,11 +547,25 @@ Builds: s/eu.siacs./eu.sum7./" "{}" \; ndk: r21e + - versionName: 2.9.13 + versionCode: 42015 + commit: 2.9.13-sum7 + gradle: + - conversationsFreeCompat + prebuild: + - find -type d -name "siacs" -print0 | xargs --null -I{} bash -c 'x="{}"; mv + "$x" "${x/siacs/sum7}" ' + - find -type f -name "*.java" -exec sed -i "/eu.siacs.conversations.axolotl/! + s/eu.siacs./eu.sum7./" "{}" \; + - find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/! + s/eu.siacs./eu.sum7./" "{}" \; + ndk: r21e + MaintainerNotes: |- We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160, but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml). AutoUpdateMode: Version %v-sum7 UpdateCheckMode: Tags ^[0-9.]+ -CurrentVersion: 2.9.11 -CurrentVersionCode: 42013 +CurrentVersion: 2.9.13 +CurrentVersionCode: 42015