Update Syncthing-Fork to 1.23.6.0 (1230600)

This commit is contained in:
F-Droid checkupdates bot 2023-07-23 06:08:57 +00:00
parent 2e46ee34b8
commit b91e1ac9c5

View file

@ -1945,6 +1945,25 @@ Builds:
preassemble:
- :syncthing:buildNative
- versionName: 1.23.6.0
versionCode: 1230600
commit: 8b2d3e7f271daeecbc26e587ef619cc0877056ad
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.
@ -1955,5 +1974,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[a-z0-9.]*$
CurrentVersion: 1.23.5.0
CurrentVersionCode: 1230500
CurrentVersion: 1.23.6.0
CurrentVersionCode: 1230600