Update KitchenOwl to 0.6.15 (113)

This commit is contained in:
F-Droid checkupdates bot 2025-05-13 04:03:19 +00:00 committed by Licaon_Kter
parent cf2dce028d
commit bbaf86d002

View file

@ -816,8 +816,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
- versionName: 0.6.15
versionCode: 113
commit: e8dae5dee7a14cf8353548602551ae2dd322e8a5
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.14
CurrentVersionCode: 112
CurrentVersion: 0.6.15
CurrentVersionCode: 113