Update Catima to 2.33.0 (141)

This commit is contained in:
F-Droid checkupdates bot 2024-11-20 04:37:22 +00:00
parent a09e02ba15
commit ab7d06546f

View file

@ -930,7 +930,18 @@ Builds:
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
- versionName: 2.33.0
versionCode: 141
commit: a74c4f822e12e64176e0899e2d83f870f6001301
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.32.1
CurrentVersionCode: 140
CurrentVersion: 2.33.0
CurrentVersionCode: 141