From 6d6a664cc7ed03c830838086db2d9fa2207f3e02 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 8 Oct 2024 10:50:58 +0000 Subject: [PATCH] Update Emotic to 0.1.2 (23) --- metadata/futuristicgoo.emotic.yml | 103 +++++++++++++++++++++++++++++- 1 file changed, 101 insertions(+), 2 deletions(-) diff --git a/metadata/futuristicgoo.emotic.yml b/metadata/futuristicgoo.emotic.yml index 979e236e9d..3ed3e92dbe 100644 --- a/metadata/futuristicgoo.emotic.yml +++ b/metadata/futuristicgoo.emotic.yml @@ -111,6 +111,105 @@ Builds: - popd - mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic . + - versionName: 0.1.2 + versionCode: 21 + commit: a1948b9dce144e9ec57918036e52900564e006e3 + submodules: true + sudo: + - mkdir -p /home/fgoo/Programming/DartLang/EmoticApp/ + - chown -R vagrant /home/fgoo + output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk + binary: https://github.com/FuturisticGoo/emotic/releases/download/v%v/app-armeabi-v7a-v%v.apk + prebuild: + - cd .. + - mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/ + - pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter config --no-analytics + - submodules/flutter/bin/flutter packages pub get + - popd + - mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic . + scanignore: + - submodules/flutter/bin/cache + scandelete: + - .pub-cache + - submodules/flutter + build: + - cd .. + - mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/ + - pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + --flavor=fdroid + - popd + - mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic . + + - versionName: 0.1.2 + versionCode: 22 + commit: a1948b9dce144e9ec57918036e52900564e006e3 + submodules: true + sudo: + - mkdir -p /home/fgoo/Programming/DartLang/EmoticApp/ + - chown -R vagrant /home/fgoo + output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk + binary: https://github.com/FuturisticGoo/emotic/releases/download/v%v/app-arm64-v8a-v%v.apk + prebuild: + - cd .. + - mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/ + - pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter config --no-analytics + - submodules/flutter/bin/flutter packages pub get + - popd + - mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic . + scanignore: + - submodules/flutter/bin/cache + scandelete: + - .pub-cache + - submodules/flutter + build: + - cd .. + - mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/ + - pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + --flavor=fdroid + - popd + - mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic . + + - versionName: 0.1.2 + versionCode: 23 + commit: a1948b9dce144e9ec57918036e52900564e006e3 + submodules: true + sudo: + - mkdir -p /home/fgoo/Programming/DartLang/EmoticApp/ + - chown -R vagrant /home/fgoo + output: build/app/outputs/flutter-apk/app-x86_64-fdroid-release.apk + binary: https://github.com/FuturisticGoo/emotic/releases/download/v%v/app-x86_64-v%v.apk + prebuild: + - cd .. + - mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/ + - pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter config --no-analytics + - submodules/flutter/bin/flutter packages pub get + - popd + - mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic . + scanignore: + - submodules/flutter/bin/cache + scandelete: + - .pub-cache + - submodules/flutter + build: + - cd .. + - mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/ + - pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + --flavor=fdroid + - popd + - mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic . + AllowedAPKSigningKeys: e3a5e79eda4eeae00c5f44a227838331914f50e07b682fea506e2ffa166db92a AutoUpdateMode: Version @@ -120,5 +219,5 @@ VercodeOperation: - 10 * %c + 2 - 10 * %c + 3 UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 0.1.1 -CurrentVersionCode: 13 +CurrentVersion: 0.1.2 +CurrentVersionCode: 23