From 6878f0b6f0fd7524500dd7d9dcb4f29cbfb79e51 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 7 Nov 2025 04:12:38 +0000 Subject: [PATCH] Update a-rithist to 1.0.7 (8) --- 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 bee14d11a5..d7e6473050 100644 --- a/metadata/com.github.sourzo.a_rithist.yml +++ b/metadata/com.github.sourzo.a_rithist.yml @@ -49,9 +49,27 @@ Builds: - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner --replace unaligned.apk $$OUT$$ + - versionName: 1.0.7 + versionCode: 8 + commit: 4b8bc0a1caa798ddbb9f60ad6519fbf9b2049788 + 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.6 -CurrentVersionCode: 7 +CurrentVersion: 1.0.7 +CurrentVersionCode: 8