mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Catima to 2.32.1 (140)
This commit is contained in:
parent
91a885dbb0
commit
35884e2687
1 changed files with 13 additions and 2 deletions
|
|
@ -930,7 +930,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.1
|
||||||
|
versionCode: 140
|
||||||
|
commit: ecf3b57679556ca9269e9b9d0371a9ea8352aef2
|
||||||
|
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.32.0
|
CurrentVersion: 2.32.1
|
||||||
CurrentVersionCode: 139
|
CurrentVersionCode: 140
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue