mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update SD Maid to 1.4.6-rc0 (10406000)
This commit is contained in:
parent
652e2b4152
commit
3e7030f346
1 changed files with 22 additions and 2 deletions
|
|
@ -228,10 +228,30 @@ 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.4.6-rc0
|
||||||
|
versionCode: 10406000
|
||||||
|
commit: 512ffea6afbb5136ebc30eb5681c653f4cee7643
|
||||||
|
subdir: app
|
||||||
|
output: build/outputs/apk/foss/release/eu.darken.sdmse-*-RELEASE.apk
|
||||||
|
rm:
|
||||||
|
- crowdin-cli.jar
|
||||||
|
- tooling/testdata-generator/dirt-sources.zip
|
||||||
|
build:
|
||||||
|
- mkdir upstream
|
||||||
|
- pushd upstream
|
||||||
|
- curl -L -o 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
|
||||||
|
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||||
|
- popd
|
||||||
|
- for i in {1..10}; do gradle clean assembleFossRelease; mkdir local; pushd
|
||||||
|
local; unzip -q ../build/outputs/apk/foss/release/eu.darken.sdmse-*-RELEASE.apk;
|
||||||
|
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||||
|
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; 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.3.6-rc0
|
CurrentVersion: 1.4.6-rc0
|
||||||
CurrentVersionCode: 10306000
|
CurrentVersionCode: 10406000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue