Update Butterfly to 2.3.0-rc.0 (133)

This commit is contained in:
F-Droid checkupdates bot 2025-04-14 04:45:06 +00:00 committed by Licaon_Kter
parent 5f58d62ce6
commit 9009f8cc86

View file

@ -2896,8 +2896,35 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor nightly
- versionName: 2.3.0-rc.0
versionCode: 133
commit: 2edabe70bda43f6c4bb41314865fafb130ce86d9
subdir: app
output: build/app/outputs/flutter-apk/app-nightly-release.apk
srclibs:
- flutter@stable
rm:
- app/ios
- app/linux
- app/macos
- app/web
- app/windows
prebuild:
- flutterVersion=$(sed -n -E "s/^ flutter:\ (.*)/\1/p" pubspec.yaml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- rm $$flutter$$/engine/src/.gn
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- app/.pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor nightly
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.+$
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.3.0-beta.4
CurrentVersionCode: 132
CurrentVersion: 2.3.0-rc.0
CurrentVersionCode: 133