mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 10:41:43 +00:00
Update SD Maid to 1.5.4-rc0 (10504000)
This commit is contained in:
parent
5963058652
commit
3983d3ff4a
1 changed files with 20 additions and 2 deletions
|
|
@ -368,10 +368,28 @@ Builds:
|
||||||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||||
|
|
||||||
|
- versionName: 1.5.4-rc0
|
||||||
|
versionCode: 10504000
|
||||||
|
commit: 19f8a666a9a9b2e7c9b4b91aa522e80d94eef7a1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- foss
|
||||||
|
rm:
|
||||||
|
- crowdin-cli.jar
|
||||||
|
- tooling/testdata-generator/dirt-sources.zip
|
||||||
|
postbuild:
|
||||||
|
- curl -Lo upstream.apk https://github.com/d4rken-org/sdmaid-se/releases/download/v$$VERSION$$/eu.darken.sdmse-v$$VERSION$$-$$VERCODE$$-FOSS-RELEASE.apk
|
||||||
|
- unzip -q upstream.apk -d apk
|
||||||
|
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||||
|
- rm -rf apk upstream.apk
|
||||||
|
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||||
|
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||||
|
assembleFossRelease; done
|
||||||
|
|
||||||
AllowedAPKSigningKeys: f490032be5383f55900495fa7fc207ece2e786a5c2c6cc52027b99548a9ce938
|
AllowedAPKSigningKeys: f490032be5383f55900495fa7fc207ece2e786a5c2c6cc52027b99548a9ce938
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[0-9.]*(|-rc[0-9])$
|
UpdateCheckMode: Tags ^v[0-9.]*(|-rc[0-9])$
|
||||||
UpdateCheckData: VERSION|.* (\d+)|.|(.*) \d+
|
UpdateCheckData: VERSION|.* (\d+)|.|(.*) \d+
|
||||||
CurrentVersion: 1.4.14-rc0
|
CurrentVersion: 1.5.4-rc0
|
||||||
CurrentVersionCode: 10414000
|
CurrentVersionCode: 10504000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue