Update Syncthing to 1.11.1 (4253)

This commit is contained in:
F-Droid checkupdates bot 2020-11-04 03:28:45 +00:00
parent abdd1b4f2d
commit b9c34aa7c6

View file

@ -1529,6 +1529,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.11.1
versionCode: 4253
commit: 1.11.1
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.
@ -1539,5 +1556,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.10.0
CurrentVersionCode: 4247
CurrentVersion: 1.11.1
CurrentVersionCode: 4253