Skip to content

Commit

Permalink
Update chaldea to 2.4.3 (935)
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Droid checkupdates bot committed Jun 24, 2023
1 parent 8d8da8a commit c879e77
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions metadata/cc.narumi.chaldea.fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,37 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid

- versionName: 2.4.3
versionCode: 935
commit: e4f86a8fa622844ed994bce36c7e705a455d484a
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs:
- flutter@stable
rm:
- ios
- linux
- macos
- test
- web
- windows
prebuild:
- export version=$(grep "\ \ FLUTTER_VERSION" .github/workflows/deploy-github-release.yml
| cut -d "\"" -f2)
- pushd $$flutter$$
- git checkout -f $version
- popd
- sdkmanager 'cmake;3.10.2.4988404'
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid

AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.4.2
CurrentVersionCode: 934
CurrentVersion: 2.4.3
CurrentVersionCode: 935

0 comments on commit c879e77

Please sign in to comment.