Update Syncthing-Fork to 1.15.1.0 (1150100)

This commit is contained in:
F-Droid checkupdates bot 2021-04-09 04:28:12 +00:00
parent bef7a06a87
commit 673049ab1c

View file

@ -1505,6 +1505,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.15.1.0
versionCode: 1150100
commit: v1.15.1.0
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.
@ -1515,5 +1532,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.15.0.0
CurrentVersionCode: 1150000
CurrentVersion: 1.15.1.0
CurrentVersionCode: 1150100