mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update SD Maid to 1.4.9-rc0 (10409000)
This commit is contained in:
parent
fc0cc9bce3
commit
efdf964038
1 changed files with 22 additions and 2 deletions
|
|
@ -268,10 +268,30 @@ Builds:
|
|||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||
|
||||
- versionName: 1.4.9-rc0
|
||||
versionCode: 10409000
|
||||
commit: 7e5f2844bb6420af16690b546accfc38092ba18f
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]*(|-rc[0-9])$
|
||||
UpdateCheckData: VERSION|.* (\d+)|.|(.*) \d+
|
||||
CurrentVersion: 1.4.8-rc0
|
||||
CurrentVersionCode: 10408000
|
||||
CurrentVersion: 1.4.9-rc0
|
||||
CurrentVersionCode: 10409000
|
||||
|
|
|
|||
Loading…
Reference in a new issue