mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Breezy Weather to 5.4.7_freenet (50407)
This commit is contained in:
parent
05c49fea67
commit
545cf65255
1 changed files with 17 additions and 2 deletions
|
|
@ -142,6 +142,21 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 5.4.7_freenet
|
||||
versionCode: 50407
|
||||
commit: 528f1a69605cb1722074b7595ad84a38bf1dde23
|
||||
subdir: app
|
||||
gradle:
|
||||
- freenet
|
||||
binary: https://github.com/breezy-weather/breezy-weather/releases/download/v5.4.7/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
|
||||
|
|
@ -149,5 +164,5 @@ MaintainerNotes: Per flavor versionName suffix does not allow to template the Bi
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: 5.4.6_freenet
|
||||
CurrentVersionCode: 50406
|
||||
CurrentVersion: 5.4.7_freenet
|
||||
CurrentVersionCode: 50407
|
||||
|
|
|
|||
Loading…
Reference in a new issue