Update Syncthing to 1.7.0 (4237)

This commit is contained in:
F-Droid checkupdates bot 2020-07-08 03:47:22 +00:00
parent 9f87ae91fe
commit 582432ce7a

View file

@ -1444,6 +1444,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.7.0
versionCode: 4237
commit: 1.7.0
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.
@ -1454,5 +1471,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.6.1
CurrentVersionCode: 4235
CurrentVersion: 1.7.0
CurrentVersionCode: 4237