Update Catima to 2.34.2 (144)

This commit is contained in:
F-Droid checkupdates bot 2024-12-27 05:14:24 +00:00 committed by linsui
parent 39b2b14874
commit 7627a42281

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.2
versionCode: 144
commit: 83f9a2bcc9237ce727bdcff41210d8b16d6f5311
subdir: app
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.34.1
CurrentVersionCode: 143
CurrentVersion: 2.34.2
CurrentVersionCode: 144