mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 20:34:05 +00:00
Update Alembicons to 2025.01.00 (41)
This commit is contained in:
parent
456235a967
commit
1f2a1d4894
1 changed files with 20 additions and 2 deletions
|
|
@ -108,9 +108,27 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2025.01.00
|
||||||
|
versionCode: 41
|
||||||
|
commit: c83e8a008ed83413c5fb76f335465af0e7f4dc89
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
output: build/outputs/apk/release/Alembicons-v*.apk
|
||||||
|
build:
|
||||||
|
- mkdir upstream
|
||||||
|
- pushd upstream
|
||||||
|
- curl -L -o upstream.apk https://codeberg.org/kaanelloed/Alembicons/releases/download/$$VERSION$$/Alembicons-v$$VERSION$$.apk
|
||||||
|
- unzip -q upstream.apk
|
||||||
|
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||||
|
- popd
|
||||||
|
- for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local;
|
||||||
|
unzip -q ../build/outputs/apk/release/Alembicons-v*.apk; export localhash=$(sha256sum
|
||||||
|
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||||
|
]] && break ; popd; rm -fr local; done
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 5df208f4111ddb738f78e066d8d8d4d7fc42c4dc6c6490af0b131ab2786841fb
|
AllowedAPKSigningKeys: 5df208f4111ddb738f78e066d8d8d4d7fc42c4dc6c6490af0b131ab2786841fb
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2024.12.02
|
CurrentVersion: 2025.01.00
|
||||||
CurrentVersionCode: 40
|
CurrentVersionCode: 41
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue