Update Syncthing-Fork to 1.18.6.0 (1180600)

This commit is contained in:
F-Droid checkupdates bot 2022-01-17 04:31:09 +00:00
parent 7d965034b1
commit bbd69d3d54

View file

@ -1693,6 +1693,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.18.6.0
versionCode: 1180600
commit: c86fec5b4aa7146977315478bc20f2fce1ae74eb
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
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
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1703,5 +1720,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.18.5.0
CurrentVersionCode: 1180500
CurrentVersion: 1.18.6.0
CurrentVersionCode: 1180600