dash (+testnet) 20.0.3 → 20.0.4

This commit is contained in:
JoHnY 2024-01-16 12:22:40 +00:00
parent 23314e523c
commit bfc3c7193b
2 changed files with 6 additions and 6 deletions

View File

@ -22,10 +22,10 @@
"package_name": "backend-dash",
"package_revision": "satoshilabs-1",
"system_user": "dash",
"version": "20.0.3",
"binary_url": "https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz",
"version": "20.0.4",
"binary_url": "https://github.com/dashpay/dash/releases/download/v20.0.4/dashcore-20.0.4-x86_64-linux-gnu.tar.gz",
"verification_type": "gpg-sha256",
"verification_source": "https://github.com/dashpay/dash/releases/download/v20.0.3/SHA256SUMS.asc",
"verification_source": "https://github.com/dashpay/dash/releases/download/v20.0.4/SHA256SUMS.asc",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": ["bin/dash-qt"],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/dashd -deprecatedrpc=estimatefee -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",

View File

@ -22,10 +22,10 @@
"package_name": "backend-dash-testnet",
"package_revision": "satoshilabs-1",
"system_user": "dash",
"version": "20.0.3",
"binary_url": "https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz",
"version": "20.0.4",
"binary_url": "https://github.com/dashpay/dash/releases/download/v20.0.4/dashcore-20.0.4-x86_64-linux-gnu.tar.gz",
"verification_type": "gpg-sha256",
"verification_source": "https://github.com/dashpay/dash/releases/download/v20.0.3/SHA256SUMS.asc",
"verification_source": "https://github.com/dashpay/dash/releases/download/v20.0.4/SHA256SUMS.asc",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [
"bin/dash-qt"