Update Syncthing to 1.23.0 (4334)

This commit is contained in:
F-Droid checkupdates bot 2023-01-06 08:37:06 +00:00
parent 381066ee79
commit bb1010b827

View file

@ -1913,6 +1913,23 @@ Builds:
preassemble:
- :syncthing:buildNative
- versionName: 1.23.0
versionCode: 4334
commit: eac8f51630997ce0f30822585ca80a5ef81c54c3
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y -t bullseye-backports golang-go
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' build.gradle
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
ndk: r23
preassemble:
- :syncthing:buildNative
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -1923,5 +1940,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.22.2
CurrentVersionCode: 4331
CurrentVersion: 1.23.0
CurrentVersionCode: 4334