Update Syncthing-Fork to 1.23.5.0 (1230500)

This commit is contained in:
F-Droid checkupdates bot 2023-06-12 06:06:56 +00:00
parent a2261b6006
commit 1f6037a80f

View file

@ -1926,6 +1926,25 @@ Builds:
preassemble:
- :syncthing:buildNative
- versionName: 1.23.5.0
versionCode: 1230500
commit: 4ec121a170bf27e112ffcb74278ffd28173fada8
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y gcc libc6-dev
gradle:
- yes
rm:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
prebuild:
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -e '/executable/s/python/python3/' {../syncthing,.}/build.gradle
- echo 'org.gradle.jvmargs=-Xmx4096m' >> ../gradle.properties
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.
@ -1936,5 +1955,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.23.2.2
CurrentVersionCode: 1230202
CurrentVersion: 1.23.5.0
CurrentVersionCode: 1230500