Update Syncthing to 1.4.2 (4224)

This commit is contained in:
F-Droid Builder 2020-04-10 07:21:02 +00:00
parent 1181e847cf
commit a9b51b9ef7

View file

@ -1376,6 +1376,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.4.2
versionCode: 4224
commit: 1.4.2
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing golang-go
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
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.
@ -1386,5 +1403,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.4.0
CurrentVersionCode: 4219
CurrentVersion: 1.4.2
CurrentVersionCode: 4224