From 3e67307a5d8ab2fa3d4988b3df15cdef9c5116ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Hrnko?= Date: Mon, 27 May 2019 14:40:09 +0200 Subject: [PATCH] bump dash backend (+testnet) 0.13.3.0 -> 0.14.0.0 (#187) --- configs/coins/dash.json | 12 ++++++------ configs/coins/dash_testnet.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configs/coins/dash.json b/configs/coins/dash.json index 6448bbc3..6b04b2c0 100644 --- a/configs/coins/dash.json +++ b/configs/coins/dash.json @@ -22,10 +22,10 @@ "package_name": "backend-dash", "package_revision": "satoshilabs-1", "system_user": "dash", - "version": "0.13.3.0", - "binary_url": "https://github.com/dashpay/dash/releases/download/v0.13.3.0/dashcore-0.13.3.0-x86_64-linux-gnu.tar.gz", + "version": "0.14.0.0", + "binary_url": "https://github.com/dashpay/dash/releases/download/v0.14.0.0/dashcore-0.14.0.0-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v0.13.3.0/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v0.14.0.0/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/dash-qt" @@ -52,7 +52,7 @@ "additional_params": "", "block_chain": { "parse": true, - "subversion": "/Dash Core:0.13.1.0/", + "subversion": "/Dash Core:0.14.0.0/", "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300, @@ -62,7 +62,7 @@ } }, "meta": { - "package_maintainer": "Petr Kracik", - "package_maintainer_email": "petr.kracik@satoshilabs.com" + "package_maintainer": "IT Admin", + "package_maintainer_email": "it@satoshilabs.com" } } \ No newline at end of file diff --git a/configs/coins/dash_testnet.json b/configs/coins/dash_testnet.json index e0fe2e5b..fe5965a9 100644 --- a/configs/coins/dash_testnet.json +++ b/configs/coins/dash_testnet.json @@ -22,10 +22,10 @@ "package_name": "backend-dash-testnet", "package_revision": "satoshilabs-1", "system_user": "dash", - "version": "0.13.3.0", - "binary_url": "https://github.com/dashpay/dash/releases/download/v0.13.3.0/dashcore-0.13.3.0-x86_64-linux-gnu.tar.gz", + "version": "0.14.0.0", + "binary_url": "https://github.com/dashpay/dash/releases/download/v0.14.0.0/dashcore-0.14.0.0-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v0.13.3.0/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v0.14.0.0/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/dash-qt" @@ -52,7 +52,7 @@ "additional_params": "", "block_chain": { "parse": true, - "subversion": "/Dash Core:0.13.1.0/", + "subversion": "/Dash Core:0.14.0.0/", "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300, @@ -62,7 +62,7 @@ } }, "meta": { - "package_maintainer": "Petr Kracik", - "package_maintainer_email": "petr.kracik@satoshilabs.com" + "package_maintainer": "IT Admin", + "package_maintainer_email": "it@satoshilabs.com" } } \ No newline at end of file