From 5a8d361cd9a0882e6822f32729eace2213af12c6 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 5 Feb 2025 05:04:27 +0000 Subject: [PATCH] Update Rush to 2.5.1 (2510) --- metadata/com.shub39.rush.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/com.shub39.rush.yml b/metadata/com.shub39.rush.yml index 451cf6a5ae..b3755c682d 100644 --- a/metadata/com.shub39.rush.yml +++ b/metadata/com.shub39.rush.yml @@ -223,9 +223,26 @@ Builds: assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done + - versionName: 2.5.1 + versionCode: 2510 + commit: 52cc1c0009f2cfab84a4ccb8c3377056b48a9289 + subdir: app + output: build/outputs/apk/release/app-release-unsigned.apk + build: + - mkdir upstream + - pushd upstream + - curl -L -o upstream.apk https://github.com/shub39/Rush/releases/download/$$VERSION$$/app-release.apk + - unzip -q upstream.apk + - export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1) + - popd + - for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local; + unzip -q ../build/outputs/apk/release/app-release-unsigned.apk; export localhash=$(sha256sum + assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash + ]] && break ; popd; rm -fr local; done + AllowedAPKSigningKeys: 0fe1b9f44a4db97ec50948f5189f6b4300716cc6d4843f5698d614a2152e2188 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.4.4 -CurrentVersionCode: 2440 +CurrentVersion: 2.5.1 +CurrentVersionCode: 2510