Update Syncthing-Fork to 1.13.1.1 (1130101)

This commit is contained in:
F-Droid checkupdates bot 2021-02-16 04:15:41 +00:00
parent 85153ea88d
commit bcd7803a49

View file

@ -1454,6 +1454,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.13.1.1
versionCode: 1130101
commit: v1.13.1.1
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: r20b
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1464,5 +1481,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.12.1.1
CurrentVersionCode: 1120101
CurrentVersion: 1.13.1.1
CurrentVersionCode: 1130101