From 38f07292f892cd3aba6404cde17453de6e84e998 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 29 Oct 2025 17:16:31 +0000 Subject: [PATCH] Update Onyx to 2.0.13 (2055) --- metadata/fr.onyx.lyon1.yml | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/metadata/fr.onyx.lyon1.yml b/metadata/fr.onyx.lyon1.yml index 4fc309f2f8..f082dbc945 100644 --- a/metadata/fr.onyx.lyon1.yml +++ b/metadata/fr.onyx.lyon1.yml @@ -252,10 +252,43 @@ Builds: --no-tree-shake-icons ndk: r25c + - versionName: 2.0.13 + versionCode: 2055 + commit: 36a81f67a59943a31fe9c8fbec08499d74488b16 + subdir: apps/onyx + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie nix-setup-systemd nix + - chown -R vagrant /nix + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - apps/onyx/ios + - apps/onyx/linux + - apps/onyx/macos + - apps/onyx/web + - apps/onyx/windows + prebuild: + - mkdir -p ~/.config/nix + - echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf + - export PUB_CACHE=$(pwd)/.pub-cache + - nix develop -c flutter config --no-analytics + - nix develop -c melos bootstrap + - sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{connectivity_plus,share_plus,{webview_flutter,path_provider,url_launcher,sqflite}_android,camera_android_camerax,flutter_plugin_android_lifecycle}-*/android/build.gradle + scanignore: + - apps/onyx/assets/graph.json.gz + scandelete: + - apps/onyx/.pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - nix develop -c flutter build apk --release --split-per-abi --target-platform="android-arm64" + --no-tree-shake-icons + ndk: r25c + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+$ VercodeOperation: - '%c + 2000' UpdateCheckData: apps/onyx/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.0.12 -CurrentVersionCode: 2054 +CurrentVersion: 2.0.13 +CurrentVersionCode: 2055