Update KitchenOwl to 0.6.14 (112)

This commit is contained in:
F-Droid checkupdates bot 2025-05-11 04:10:52 +00:00 committed by linsui
parent 4bb426897c
commit 4707e632e4

View file

@ -790,8 +790,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
- versionName: 0.6.14
versionCode: 112
commit: 7b6f83e8b7f995f33c743a257096b9ca6d3f296a
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.11
CurrentVersionCode: 109
CurrentVersion: 0.6.14
CurrentVersionCode: 112