Update Syncthing to 1.18.3 (4286)

This commit is contained in:
F-Droid checkupdates bot 2021-10-06 03:54:00 +00:00
parent 04800d4ee9
commit b3b1c211a6

View file

@ -1699,6 +1699,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.18.3
versionCode: 4286
commit: 63cb62df320e13029839c9053cf301552c07ae9e
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: r21e
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1709,5 +1726,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.18.2
CurrentVersionCode: 4285
CurrentVersion: 1.18.3
CurrentVersionCode: 4286