Update Syncthing to 1.18.1 (4283)

This commit is contained in:
F-Droid checkupdates bot 2021-08-04 03:57:10 +00:00
parent 84fd8284f8
commit 2d33c3e3cb

View file

@ -1665,6 +1665,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.18.1
versionCode: 4283
commit: 9ab1faa6d0f7f820268e3335a0883bf353891150
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.
@ -1675,5 +1692,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.18.0
CurrentVersionCode: 4279
CurrentVersion: 1.18.1
CurrentVersionCode: 4283