diff --git a/configs/coins/dash.json b/configs/coins/dash.json index 0a2798fd56..414211897e 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": "18.1.1", - "binary_url": "https://github.com/dashpay/dash/releases/download/v18.1.1/dashcore-18.1.1-x86_64-linux-gnu.tar.gz", + "version": "18.2.1", + "binary_url": "https://github.com/dashpay/dash/releases/download/v18.2.1/dashcore-18.2.1-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v18.1.1/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v18.2.1/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/dash-qt" diff --git a/configs/coins/dash_testnet.json b/configs/coins/dash_testnet.json index 07fe15249e..be6f74f0e4 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": "18.1.1", - "binary_url": "https://github.com/dashpay/dash/releases/download/v18.1.1/dashcore-18.1.1-x86_64-linux-gnu.tar.gz", + "version": "18.2.1", + "binary_url": "https://github.com/dashpay/dash/releases/download/v18.2.1/dashcore-18.2.1-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v18.1.1/SHA256SUMS.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v18.2.1/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/dash-qt"