mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
60 lines
2 KiB
YAML
60 lines
2 KiB
YAML
Categories:
|
|
- Cloud Storage & File Sync
|
|
- Internet
|
|
License: MPL-2.0
|
|
WebSite: https://github.com/researchxxl/syncthing-lite/tree/main/wiki#readme
|
|
SourceCode: https://github.com/researchxxl/syncthing-lite
|
|
IssueTracker: https://github.com/researchxxl/syncthing-lite/issues
|
|
Translation: https://hosted.weblate.org/projects/syncthing/android/catfriend1/lite-stringsxml
|
|
Changelog: https://github.com/researchxxl/syncthing-lite/releases
|
|
|
|
AutoName: Syncthing-Lite
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/researchxxl/syncthing-lite.git
|
|
Binaries: https://github.com/researchxxl/syncthing-lite/releases/download/v%v/com.github.catfriend1.syncthinglite_release_v%v.apk
|
|
|
|
Builds:
|
|
- versionName: 1.30.0.0
|
|
versionCode: 1300000
|
|
commit: 8e150828b7e583eb84fe62208bb7add2be0ea691
|
|
subdir: app
|
|
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 openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.0.0
|
|
versionCode: 2000000
|
|
commit: 6fa06f71f5f84c742f07d058f601851d8145661f
|
|
subdir: app
|
|
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 openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.0.1
|
|
versionCode: 2000001
|
|
commit: 54d24d76abc7c205c976e71ee08ad89dc572bded
|
|
subdir: app
|
|
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 openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AllowedAPKSigningKeys: d374b8de5057013143c7d1515a015598c2df403be8160cae01a58c227e6e86aa
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
|
UpdateCheckData: gradle/libs.versions.toml|version-code\s=\s"(\d+)"|.|version-name\s=\s"(.*)"
|
|
CurrentVersion: 2.0.0.1
|
|
CurrentVersionCode: 2000001
|