mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update Tremotesf to 2.12.1 (4061)
This commit is contained in:
parent
cba380a073
commit
3b3db2e502
1 changed files with 15 additions and 2 deletions
|
|
@ -843,6 +843,19 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 2.12.1
|
||||||
|
versionCode: 4061
|
||||||
|
commit: b8892782d1aaa29f8b523978cc209b55707078ef
|
||||||
|
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: |
|
MaintainerNotes: |
|
||||||
Tremotesf uses Gradle plugin in its build process, which is compiled from source on first Gradle invocation.
|
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.
|
Since it happens before scanning for binaries, we need to scanignore plugin's build directory.
|
||||||
|
|
@ -852,5 +865,5 @@ UpdateCheckMode: Tags
|
||||||
UpdateCheckName: Ignore
|
UpdateCheckName: Ignore
|
||||||
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
|
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
|
||||||
= "([\d.]+)"
|
= "([\d.]+)"
|
||||||
CurrentVersion: 2.12.0
|
CurrentVersion: 2.12.1
|
||||||
CurrentVersionCode: 4060
|
CurrentVersionCode: 4061
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue