From 13d8585be332e9efb3508c4ae4198db3a296bd1d Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Sun, 3 Aug 2025 04:09:09 +0000 Subject: [PATCH] Update a-rithist to 1.0.6 (7) --- metadata/com.github.sourzo.a_rithist.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.sourzo.a_rithist.yml b/metadata/com.github.sourzo.a_rithist.yml index e3e5046fc0..bee14d11a5 100644 --- a/metadata/com.github.sourzo.a_rithist.yml +++ b/metadata/com.github.sourzo.a_rithist.yml @@ -31,9 +31,27 @@ Builds: - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner --replace unaligned.apk $$OUT$$ + - versionName: 1.0.6 + versionCode: 7 + commit: 1090598e73fcd018d5ab107492fda23543bfa29a + 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 + srclibs: + - reproducible-apk-tools@v0.3.0 + postbuild: + - mv $$OUT$$ unaligned.apk + - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner + --replace unaligned.apk $$OUT$$ + AllowedAPKSigningKeys: c3d339d4c0d6b822114540fd467d59a5b04be22bf0594aeda2f953162e55658e AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.5 -CurrentVersionCode: 6 +CurrentVersion: 1.0.6 +CurrentVersionCode: 7