From 0a9a2881e4b2137d3b1ebd6f26ed9769b4982654 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 16 Aug 2023 09:23:41 +0000 Subject: [PATCH] hashengineering.darkcoin.wallet - update recipe --- metadata/hashengineering.darkcoin.wallet.yml | 24 ++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/metadata/hashengineering.darkcoin.wallet.yml b/metadata/hashengineering.darkcoin.wallet.yml index 6964a0f6e2..ac27b5fc87 100644 --- a/metadata/hashengineering.darkcoin.wallet.yml +++ b/metadata/hashengineering.darkcoin.wallet.yml @@ -45,7 +45,7 @@ Description: |- Use at your own risk! RepoType: git -Repo: https://github.com/HashEngineeringSolutions/dash-wallet +Repo: https://github.com/HashEngineeringSolutions/dash-wallet.git Builds: - versionName: 6.6.4 @@ -114,7 +114,23 @@ Builds: - wallet/test/de/schildbach/wallet/util/bitcoin-backup-protobuf-testnet ndk: r21d + - versionName: 8.1.3 + versionCode: 80130 + commit: 248ff06a01cfc3047c4fd1d39eada6ad3c6ab2ff + subdir: wallet + submodules: true + sudo: + - apt-get update + - apt-get install -y ninja-build + gradle: + - foss + scandelete: + - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet + - wallet/test/de/schildbach/wallet/util/bitcoin-backup-protobuf-testnet + ndk: r21d + AutoUpdateMode: Version -UpdateCheckMode: Tags -CurrentVersion: 7.3.2 -CurrentVersionCode: 70311 +UpdateCheckMode: Tags .*-foss$ +UpdateCheckData: wallet/build.gradle|versionCode.*\s(\d+)|.|versionName.*\s"(.*)" +CurrentVersion: 8.1.3 +CurrentVersionCode: 80130