Update Syncthing-Fork to 1.18.2.1 (1180201)

This commit is contained in:
F-Droid checkupdates bot 2021-09-20 04:49:39 +00:00
parent 3d360f0dbc
commit e832f6ca5a

View file

@ -1624,6 +1624,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.18.2.1
versionCode: 1180201
commit: 2fbe3ecba8787b051631ed2300e2bb7cb1a8a096
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.
@ -1634,5 +1651,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.18.2.0
CurrentVersionCode: 1180200
CurrentVersion: 1.18.2.1
CurrentVersionCode: 1180201