Update KitchenOwl to 0.7.1 (115)

This commit is contained in:
F-Droid checkupdates bot 2025-06-30 04:08:44 +00:00 committed by Licaon_Kter
parent cb26eec04b
commit 3ca3edab9a

View file

@ -842,8 +842,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
- versionName: 0.7.1
versionCode: 115
commit: 609fc44f2f092c76f98e51528c104f90218a6215
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.15
CurrentVersionCode: 113
CurrentVersion: 0.7.1
CurrentVersionCode: 115