Update Catima to 2.40.0 (156)

This commit is contained in:
checkupdates bot 2025-12-09 05:40:39 +00:00 committed by Licaon_Kter
parent 4db0a309b9
commit 9128474633

View file

@ -1065,7 +1065,23 @@ Builds:
| grep -F app-foss-release-unsigned.apk | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
- versionName: 2.40.0
versionCode: 156
commit: 479fce68d5bd51463bf2b24c2c8a79c79ef7a9f1
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:
- foss
postbuild:
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUMS
| grep -F app-foss-release-unsigned.apk | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.39.2
CurrentVersionCode: 155
CurrentVersion: 2.40.0
CurrentVersionCode: 156