Update Syncthing to 1.23.7 (4361)

This commit is contained in:
F-Droid checkupdates bot 2023-08-10 08:16:27 +00:00
parent b8324c076e
commit 09934f9dfd

View file

@ -2015,6 +2015,23 @@ Builds:
preassemble:
- :syncthing:buildNative
- versionName: 1.23.7
versionCode: 4361
commit: a7bfd721bdf0c754bf77c8a6b45d9aa18298c00b
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.
@ -2025,5 +2042,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.23.6.3
CurrentVersionCode: 4357
CurrentVersion: 1.23.7
CurrentVersionCode: 4361