From 56ff5613920f93f0d3090c92f25f0803b51e4616 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Thu, 14 Nov 2019 20:22:02 +0000 Subject: [PATCH] Update Syncthing-Fork to 1.3.2.0 (1030200) --- ...com.github.catfriend1.syncthingandroid.yml | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index fbea2316b0..d483fb1a85 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -1044,6 +1044,24 @@ Builds: - PATH="$PWD/go/bin:$PATH" gradle buildNative ndk: r19c + - versionName: 1.3.2.0 + versionCode: 1030200 + commit: v1.3.2.0 + submodules: true + gradle: + - yes + output: app/build/outputs/apk/release/app-release-unsigned.apk + rm: + - syncthing/src/github.com/syncthing/syncthing/lib/model/testdata + prebuild: sed -i -e '/signingConfig/d' app/build.gradle + build: + - wget -O go.tgz https://dl.google.com/go/go1.13.linux-amd64.tar.gz + - echo '68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856 go.tgz' + | shasum -c - + - tar xf go.tgz + - PATH="$PWD/go/bin:$PATH" gradle buildNative + ndk: r19c + MaintainerNotes: |- The submodule in syncthing/src/github.com/syncthing/syncthing must be pristine, as the version/release information is taken from git. @@ -1054,5 +1072,5 @@ MaintainerNotes: |- AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^v[a-z0-9.]*$ -CurrentVersion: 1.3.1.5 -CurrentVersionCode: 1030105 +CurrentVersion: 1.3.2.0 +CurrentVersionCode: 1030200