Update Syncthing to 1.2.2.3 (4193)

This commit is contained in:
F-Droid Builder 2019-09-09 18:51:32 +01:00 committed by Ciaran Gultnieks
parent 6959a5a9e9
commit 695622af67

View file

@ -1233,6 +1233,23 @@ Builds:
preassemble:
- buildNative
- versionName: 1.2.2.3
versionCode: 4193
commit: 1.2.2.3
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: r15c
preassemble:
- buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1243,5 +1260,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.2.2.2
CurrentVersionCode: 4192
CurrentVersion: 1.2.2.3
CurrentVersionCode: 4193