Update KitchenOwl to 0.6.11 (109)

This commit is contained in:
F-Droid checkupdates bot 2025-03-10 04:01:02 +00:00 committed by linsui
parent 384e20c498
commit 7e01cefcc6

View file

@ -764,8 +764,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
- versionName: 0.6.11
versionCode: 109
commit: 5a6c701f62f543a6e180f57ac12494fdc2ac64da
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.6.10
CurrentVersionCode: 108
CurrentVersion: 0.6.11
CurrentVersionCode: 109