Update Syncthing-Fork to 2.0.8.1 (2000801)

This commit is contained in:
checkupdates bot 2025-09-10 03:52:01 +00:00 committed by Licaon_Kter
parent 619df6fbeb
commit bda7670134

View file

@ -49,6 +49,23 @@ Builds:
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
- versionName: 2.0.8.1
versionCode: 2000801
commit: 9b48c2617f4d08524c278131be952c7ff0bf8a9f
subdir: app
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie golang-go openjdk-21-jdk-headless
- update-alternatives --auto java
- apt-get install -y autogen automake autopoint bzip2 g++ libc-dev make gettext
libtool pkg-config rename shtool
gradle:
- yes
scanignore:
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
AllowedAPKSigningKeys: d374b8de5057013143c7d1515a015598c2df403be8160cae01a58c227e6e86aa
MaintainerNotes: |-
@ -58,5 +75,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v2[a-z0-9.]*$
UpdateCheckData: gradle/libs.versions.toml|version-code\s=\s"(\d+)"|.|version-name\s=\s"(.*)"
CurrentVersion: 2.0.8.0
CurrentVersionCode: 2000800
CurrentVersion: 2.0.8.1
CurrentVersionCode: 2000801