From ab7c45a689560766b4293d4e25832904506c9082 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Tue, 29 Jul 2025 05:35:04 +0000 Subject: [PATCH] Update WHPH to 0.11.0 (48) --- metadata/me.ahmetcetinkaya.whph.yml | 47 +++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/metadata/me.ahmetcetinkaya.whph.yml b/metadata/me.ahmetcetinkaya.whph.yml index 6eecfda68d..80e7b128cd 100644 --- a/metadata/me.ahmetcetinkaya.whph.yml +++ b/metadata/me.ahmetcetinkaya.whph.yml @@ -8,7 +8,7 @@ SourceCode: https://github.com/ahmet-cetinkaya/whph IssueTracker: https://github.com/ahmet-cetinkaya/whph/issues Donate: https://ahmetcetinkaya.me/donate -AutoName: Work Hard Play Hard +AutoName: WHPH RepoType: git Repo: https://github.com/ahmet-cetinkaya/whph @@ -138,10 +138,51 @@ Builds: - popd - mv $repo me.ahmetcetinkaya.whph + - versionName: 0.11.0 + versionCode: 48 + commit: 31f104be996a787c5072ea1a2d4ca5acc3dd6107 + sudo: + - mkdir -p /home/runner/work/whph + - chown -R vagrant /home/runner + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - git submodule update --init lib/corePackages/acore + - git -C $$flutter$$ reset --hard $(bash scripts/get_flutter_version.sh) + - export repo=/home/runner/work/whph/whph + - cd .. + - mv me.ahmetcetinkaya.whph $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH="$$flutter$$/bin:$PATH" + - flutter config --no-analytics + - flutter pub get + - popd + - mv $repo me.ahmetcetinkaya.whph + scandelete: + - .pub-cache + build: + - export repo=/home/runner/work/whph/whph + - cd .. + - mv me.ahmetcetinkaya.whph $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH="$$flutter$$/bin:$PATH" + - flutter build apk --release + - popd + - mv $repo me.ahmetcetinkaya.whph + AllowedAPKSigningKeys: 4b0de165375bb1179fbee37fbd70de03813284529e0b0c5d3ce5e794f03aa0ae AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 0.10.1 -CurrentVersionCode: 47 +CurrentVersion: 0.11.0 +CurrentVersionCode: 48