Update Syncthing to 1.7.1 (4238)

This commit is contained in:
F-Droid checkupdates bot 2020-07-22 03:27:57 +00:00
parent 886d3df65a
commit 26e683ca3e

View file

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