Update Syncthing to 1.9.0 (4244)

This commit is contained in:
F-Droid checkupdates bot 2020-09-09 03:34:22 +00:00
parent f4f1fd2b2c
commit 0efc6cb752

View file

@ -1495,6 +1495,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.9.0
versionCode: 4244
commit: 1.9.0
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get 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.
@ -1505,5 +1522,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.8.0
CurrentVersionCode: 4241
CurrentVersion: 1.9.0
CurrentVersionCode: 4244