mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Catima to 2.35.0 (148)
This commit is contained in:
parent
5f930315c0
commit
fbc41edf8e
1 changed files with 18 additions and 2 deletions
|
|
@ -985,7 +985,23 @@ Builds:
|
|||
| grep -F app-foss-release-unsigned.apk | cut -c-64 | tr -cd '0-9a-f' )"
|
||||
- sha256sum -c <<< "$sha256sum $$OUT$$"
|
||||
|
||||
- versionName: 2.35.0
|
||||
versionCode: 148
|
||||
commit: 01e198c94b3ec304b248e780eb930a9938939264
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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.5
|
||||
CurrentVersionCode: 147
|
||||
CurrentVersion: 2.35.0
|
||||
CurrentVersionCode: 148
|
||||
|
|
|
|||
Loading…
Reference in a new issue