Bump DASH backend to version 0.13.1.0

This commit is contained in:
Petr Kracík 2019-02-13 10:55:58 +01:00 committed by Martin
parent 166bf74162
commit 7609ab7c76
2 changed files with 8 additions and 8 deletions

View File

@ -22,10 +22,10 @@
"package_name": "backend-dash",
"package_revision": "satoshilabs-1",
"system_user": "dash",
"version": "0.13.0.0",
"binary_url": "https://github.com/dashpay/dash/releases/download/v0.13.0.0/dashcore-0.13.0.0-x86_64-linux-gnu.tar.gz",
"version": "0.13.1.0",
"binary_url": "https://github.com/dashpay/dash/releases/download/v0.13.1.0/dashcore-0.13.1.0-x86_64-linux-gnu.tar.gz",
"verification_type": "gpg-sha256",
"verification_source": "https://github.com/dashpay/dash/releases/download/v0.13.0.0/SHA256SUMS.asc",
"verification_source": "https://github.com/dashpay/dash/releases/download/v0.13.1.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.0.0/",
"subversion": "/Dash Core:0.13.1.0/",
"mempool_workers": 8,
"mempool_sub_workers": 2,
"block_addresses_to_keep": 300,

View File

@ -22,10 +22,10 @@
"package_name": "backend-dash-testnet",
"package_revision": "satoshilabs-1",
"system_user": "dash",
"version": "0.13.0.0",
"binary_url": "https://github.com/dashpay/dash/releases/download/v0.13.0.0/dashcore-0.13.0.0-x86_64-linux-gnu.tar.gz",
"version": "0.13.1.0",
"binary_url": "https://github.com/dashpay/dash/releases/download/v0.13.1.0/dashcore-0.13.1.0-x86_64-linux-gnu.tar.gz",
"verification_type": "gpg-sha256",
"verification_source": "https://github.com/dashpay/dash/releases/download/v0.13.0.0/SHA256SUMS.asc",
"verification_source": "https://github.com/dashpay/dash/releases/download/v0.13.1.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.0.0/",
"subversion": "/Dash Core:0.13.1.0/",
"mempool_workers": 8,
"mempool_sub_workers": 2,
"block_addresses_to_keep": 300,