Update Catima to 2.34.1 (143)

This commit is contained in:
F-Droid checkupdates bot 2024-12-13 05:10:43 +00:00 committed by linsui
parent 6609771825
commit 746f31dc91

View file

@ -952,7 +952,18 @@ Builds:
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
- versionName: 2.34.1
versionCode: 143
commit: 19bccc0c82453f2bdd4e60cd1d34b199eef9a729
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.34.0
CurrentVersionCode: 142
CurrentVersion: 2.34.1
CurrentVersionCode: 143