mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
Update Catima to 2.32.0 (139)
This commit is contained in:
parent
2026c3bdb3
commit
cab1e2cdbd
1 changed files with 13 additions and 2 deletions
|
|
@ -919,7 +919,18 @@ Builds:
|
||||||
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
||||||
- sha256sum -c <<< "$sha256sum $$OUT$$"
|
- 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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.31.1
|
CurrentVersion: 2.32.0
|
||||||
CurrentVersionCode: 138
|
CurrentVersionCode: 139
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue