mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Syncthing-Fork to 2.0.11.1 (2001101)
This commit is contained in:
parent
d922e1a443
commit
0fd005e390
1 changed files with 20 additions and 2 deletions
|
|
@ -136,6 +136,24 @@ Builds:
|
|||
scanignore:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
|
||||
- versionName: 2.0.11.1
|
||||
versionCode: 2001101
|
||||
commit: b25c350849f3b7e7311eb9527e2f2a6b0a4ac37a
|
||||
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
|
||||
output: build/outputs/apk/release/app-universal-release-unsigned.apk
|
||||
scanignore:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
|
||||
AllowedAPKSigningKeys: d374b8de5057013143c7d1515a015598c2df403be8160cae01a58c227e6e86aa
|
||||
|
||||
MaintainerNotes: |-
|
||||
|
|
@ -145,5 +163,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.10.2
|
||||
CurrentVersionCode: 2001002
|
||||
CurrentVersion: 2.0.11.1
|
||||
CurrentVersionCode: 2001101
|
||||
|
|
|
|||
Loading…
Reference in a new issue