Update Tremotesf to 2.12.0 (4060)

This commit is contained in:
checkupdates bot 2025-05-20 05:00:03 +00:00 committed by Licaon_Kter
parent 092a5be28d
commit ba613225dc

View file

@ -830,6 +830,19 @@ Builds:
gradle:
- fdroid
- versionName: 2.12.0
versionCode: 4060
commit: 40c4260405c2abbc357ae2667f3ccfc2986b7253
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 openjdk-21-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
MaintainerNotes: |
Tremotesf uses Gradle plugin in its build process, which is compiled from source on first Gradle invocation.
Since it happens before scanning for binaries, we need to scanignore plugin's build directory.
@ -839,5 +852,5 @@ UpdateCheckMode: Tags
UpdateCheckName: Ignore
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
= "([\d.]+)"
CurrentVersion: 2.11.1
CurrentVersionCode: 4059
CurrentVersion: 2.12.0
CurrentVersionCode: 4060