Update KitchenOwl to 0.7.3 (117)

This commit is contained in:
F-Droid checkupdates bot 2025-07-13 04:11:26 +00:00 committed by Licaon_Kter
parent 69b13a51f2
commit 5ccd48402f

View file

@ -897,8 +897,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
- versionName: 0.7.3
versionCode: 117
commit: af07263149973019177245a80f8bc01e1132d53c
subdir: kitchenowl
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- kitchenowl/ios
- kitchenowl/linux
- kitchenowl/macos
- kitchenowl/web
- kitchenowl/windows
- backend
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter config --no-analytics
- ../flutter/bin/flutter pub get
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- kitchenowl/.pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: kitchenowl/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.7.2
CurrentVersionCode: 116
CurrentVersion: 0.7.3
CurrentVersionCode: 117