Update Syncthing-Fork to 1.18.0.0 (1180000)

This commit is contained in:
F-Droid checkupdates bot 2021-07-10 04:30:06 +00:00
parent 4006c0a572
commit 86de458cc4

View file

@ -1573,6 +1573,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.18.0.0
versionCode: 1180000
commit: 68fa5a0891bce27b5bb81e2bd39021ec36c7c870
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
rm:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
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.
@ -1583,5 +1600,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.16.0.6
CurrentVersionCode: 1160006
CurrentVersion: 1.18.0.0
CurrentVersionCode: 1180000