From 4e9039ea42583ee5df53e964bf5a756d50db201c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 22 Oct 2024 06:08:23 +0000 Subject: [PATCH] Update Plant-it to 0.9.0 (8) --- metadata/com.github.mdeluise.plantit.yml | 57 +++++++++++++++++++++++- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.mdeluise.plantit.yml b/metadata/com.github.mdeluise.plantit.yml index 656acd4920..9f1d2ee88d 100644 --- a/metadata/com.github.mdeluise.plantit.yml +++ b/metadata/com.github.mdeluise.plantit.yml @@ -388,10 +388,63 @@ Builds: - mv $workspaceBuild/* $repo - shopt -u dotglob + - versionName: 0.9.0 + versionCode: 8 + commit: e322f655b788934af7944702eeb786b906f64937 + sudo: + - mkdir -p /home/runner/work/plant-it/plant-it + - chown vagrant /home/runner/work/plant-it/plant-it + output: frontend/build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@stable + rm: + - backend + - frontend/ios + - frontend/macos + - frontend/linux + - frontend/windows + - frontend/web + prebuild: + - export repo=com.github.mdeluise.plantit + - export workspaceBuild=/home/runner/work/plant-it/plant-it + - cd .. + - shopt -s dotglob + - mv $repo/* $workspaceBuild + - shopt -u dotglob + - pushd $workspaceBuild + - cd frontend + - flutterVersion=$(sed -n -E "s/.*FLUTTER_VERSION:\ (.*)/\1/p" ../.github/workflows/release.yml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub get + - popd + - shopt -s dotglob + - mv $workspaceBuild/* $repo + - shopt -u dotglob + scandelete: + - frontend/.pub-cache + build: + - export repo=com.github.mdeluise.plantit + - export workspaceBuild=/home/runner/work/plant-it/plant-it + - cd .. + - shopt -s dotglob + - mv $repo/* $workspaceBuild + - shopt -u dotglob + - pushd $workspaceBuild + - cd frontend + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --release + - popd + - shopt -s dotglob + - mv $workspaceBuild/* $repo + - shopt -u dotglob + AllowedAPKSigningKeys: 0eb87fb7f22b9ae04da2ff5817d3045244e591608aaf565161a86f5d254bbab7 AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: frontend/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 0.8.0 -CurrentVersionCode: 7 +CurrentVersion: 0.9.0 +CurrentVersionCode: 8