Update Catima to 2.34.0 (142)

This commit is contained in:
F-Droid checkupdates bot 2024-12-11 05:08:50 +00:00 committed by linsui
parent e056f192bb
commit be10ad1ed1

View file

@ -941,7 +941,18 @@ Builds:
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
- versionName: 2.34.0
versionCode: 142
commit: c2b31fad433c889234eef64a47a9e861d1047919
subdir: app
gradle:
- yes
postbuild:
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUMS
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.33.0
CurrentVersionCode: 141
CurrentVersion: 2.34.0
CurrentVersionCode: 142