Update Syncthing to 1.27.1.1 (4377)

This commit is contained in:
F-Droid checkupdates bot 2023-12-23 07:23:51 +00:00
parent 4b4b9d1c65
commit 1aca31e7b5

View file

@ -2132,6 +2132,31 @@ Builds:
- gradle :syncthing:buildNative
ndk: 25.2.9519653
- versionName: 1.27.1.1
versionCode: 4377
commit: e553a5e357e4633fd1af16f97cb274dfbebda871
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/d' build.gradle
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.
@ -2142,5 +2167,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]*$
CurrentVersion: 1.27.1
CurrentVersionCode: 4375
CurrentVersion: 1.27.1.1
CurrentVersionCode: 4377