Update KitchenOwl to 0.5.2 (97)

This commit is contained in:
F-Droid checkupdates bot 2024-07-20 08:41:46 +00:00
parent f915fb6ead
commit b2a68349cb

View file

@ -608,8 +608,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
- versionName: 0.5.2
versionCode: 97
commit: acbdd9072857e7f2fb3333c9463dce5fd56a0fb9
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.5.1
CurrentVersionCode: 96
CurrentVersion: 0.5.2
CurrentVersionCode: 97