Update Syncthing to 1.27.5 (4387)

This commit is contained in:
F-Droid checkupdates bot 2024-04-03 07:33:30 +00:00
parent 2fec6812c8
commit a5e5a0f8e4

View file

@ -2209,6 +2209,33 @@ Builds:
- gradle :syncthing:buildNative
ndk: 25.2.9519653
- versionName: 1.27.5
versionCode: 4387
commit: 3127951ad40835e5f55e58be4152909677bf7805
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y autogen automake autopoint bzip2 g++ libc-dev make gettext
libtool pkg-config rename shtool
- apt-get install -y -t bullseye-backports golang-go
gradle:
- yes
srclibs:
- go@go1.20.11
prebuild:
- sed -i -e '/signingConfig/,+2d' -e '/buildNative/d' build.gradle.kts
- sed -i -e 's/java.net.URI/uri/' ../settings.gradle.kts
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export PATH=$$go$$/bin:$PATH
- gradle :syncthing:buildNative
ndk: 25.2.9519653
MaintainerNotes: |-
The submodule in syncthing/src/github.com/syncthing/syncthing must be
pristine, as the version/release information is taken from git.
@ -2219,5 +2246,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.27.3
CurrentVersionCode: 4384
CurrentVersion: 1.27.5
CurrentVersionCode: 4387