Update Syncthing to 1.3.3 (4206)

This commit is contained in:
F-Droid Builder 2020-01-08 22:51:05 +00:00 committed by Ciaran Gultnieks
parent ac9e7f9cd4
commit 39bfd3b839

View file

@ -1325,6 +1325,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.3.3
versionCode: 4206
commit: 1.3.3
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
ndk: r20
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1335,5 +1352,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.3.2
CurrentVersionCode: 4204
CurrentVersion: 1.3.3
CurrentVersionCode: 4206