From 0442a19d18dc71e44be0064bea2f34d56018e706 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Sat, 27 Sep 2025 04:53:50 +0000 Subject: [PATCH] Update Canta to 3.0.2 (220) --- metadata/io.github.samolego.canta.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.samolego.canta.yml b/metadata/io.github.samolego.canta.yml index fe41bef497..1fe7428d56 100644 --- a/metadata/io.github.samolego.canta.yml +++ b/metadata/io.github.samolego.canta.yml @@ -51,10 +51,28 @@ Builds: break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset -c 0-5 gradle clean assembleRelease; done + - versionName: 3.0.2 + versionCode: 220 + commit: 7a8133c459686f045bf6dc86e8fcb80c698c5d24 + subdir: app + gradle: + - yes + binary: https://github.com/samolego/Canta/releases/download/%v/app-release.apk + rm: + - docs + postbuild: + - curl -Lo upstream.apk https://github.com/samolego/Canta/releases/download/$$VERSION$$/app-release.apk + - unzip -q upstream.apk -d apk + - export hash=$(sha256sum apk/assets/dexopt/baseline.prof) + - rm -rf apk upstream.apk + - for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash && + break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset -c 0-5 + gradle clean assembleRelease; done + AllowedAPKSigningKeys: 0a2640317c43272188c3e13194c15460691f12c39ea19bba727dd67fb56289d4 AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: app/gradle.properties|version_code=(\d+)|.|version_name=(.+) -CurrentVersion: 3.0.1 -CurrentVersionCode: 219 +CurrentVersion: 3.0.2 +CurrentVersionCode: 220