From 0f4f71d2b09ebe5168f028974795076f0142586b Mon Sep 17 00:00:00 2001 From: Jan Hrnko Date: Fri, 22 Nov 2019 19:07:35 +0100 Subject: [PATCH] dash (+testnet): Bump backend 0.14.0.3 -> 0.14.0.4 --- configs/coins/dash.json | 8 ++++---- configs/coins/dash_testnet.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configs/coins/dash.json b/configs/coins/dash.json index b9eb8f1f..a08da006 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.14.0.3", - "binary_url": "https://github.com/dashpay/dash/releases/download/v0.14.0.3/dashcore-0.14.0.3-x86_64-linux-gnu.tar.gz", + "version": "0.14.0.4", + "binary_url": "https://github.com/dashpay/dash/releases/download/v0.14.0.4/dashcore-0.14.0.4-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v0.14.0.3/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v0.14.0.4/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.14.0.3/", + "subversion": "/Dash Core:0.14.0.4/", "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300, diff --git a/configs/coins/dash_testnet.json b/configs/coins/dash_testnet.json index ba60b887..32ae5f07 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.14.0.3", - "binary_url": "https://github.com/dashpay/dash/releases/download/v0.14.0.3/dashcore-0.14.0.3-x86_64-linux-gnu.tar.gz", + "version": "0.14.0.4", + "binary_url": "https://github.com/dashpay/dash/releases/download/v0.14.0.4/dashcore-0.14.0.4-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v0.14.0.3/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v0.14.0.4/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.14.0.3/", + "subversion": "/Dash Core:0.14.0.4/", "mempool_workers": 8, "mempool_sub_workers": 2, "block_addresses_to_keep": 300,