Update Breezy Weather to 6.0.12_freenet (60012)

This commit is contained in:
checkupdates bot 2025-11-12 05:18:26 +00:00 committed by linsui
parent 3de45be814
commit 7fc2e36c18

View file

@ -194,6 +194,26 @@ Builds:
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: 6.0.12_freenet
versionCode: 60012
commit: e9329e0d26543671cbbdff728fd796e2efd3bbf6
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- freenet
binary: https://github.com/breezy-weather/breezy-weather/releases/download/v6.0.12/breezy-weather-v%v.apk
srclibs:
- reproducible-apk-tools@v0.3.0
prebuild: sed -i -e '/isEnable/s/true/false/' build.gradle.kts
postbuild:
- mv $$OUT$$ unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
AllowedAPKSigningKeys: 29d435f70aa9aec3c1faff7f7ffa6e15785088d87f06ecfcab9c3cc62dc269d8
MaintainerNotes: Per flavor versionName suffix does not allow to template the Binaries
@ -201,5 +221,5 @@ MaintainerNotes: Per flavor versionName suffix does not allow to template the Bi
AutoUpdateMode: None
UpdateCheckMode: Tags ^v[\d.]+$
CurrentVersion: 5.4.8_freenet
CurrentVersionCode: 50408
CurrentVersion: 6.0.12_freenet
CurrentVersionCode: 60012