Update Syncthing to 1.18.2 (4285)

This commit is contained in:
F-Droid checkupdates bot 2021-09-08 03:45:13 +00:00
parent aaaeedaf71
commit 4ac57afaad

View file

@ -1682,6 +1682,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.18.2
versionCode: 4285
commit: 2f15d352da5e198df4f731e9d25436f550a46ebb
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.
@ -1692,5 +1709,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.18.1
CurrentVersionCode: 4283
CurrentVersion: 1.18.2
CurrentVersionCode: 4285