Update Catima to 2.32.0 (139)

This commit is contained in:
F-Droid checkupdates bot 2024-10-29 13:07:35 +00:00 committed by linsui
parent 2026c3bdb3
commit cab1e2cdbd

View file

@ -919,7 +919,18 @@ Builds:
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
- versionName: 2.32.0
versionCode: 139
commit: fdeef6504cdd741fdf68d206ea78d0cfb2a7232d
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.31.1
CurrentVersionCode: 138
CurrentVersion: 2.32.0
CurrentVersionCode: 139