Update Syncthing to 1.6.1 (4235)

This commit is contained in:
F-Droid Builder 2020-06-02 23:28:20 +00:00
parent 5856d535c5
commit 71b45ebaad

View file

@ -1427,6 +1427,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.6.1
versionCode: 4235
commit: 1.6.1
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: r20b
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1437,5 +1454,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.5.0
CurrentVersionCode: 4227
CurrentVersion: 1.6.1
CurrentVersionCode: 4235