dash 18.2.1 → 18.2.2
This commit is contained in:
parent
720062b685
commit
9c500e568b
@ -22,10 +22,10 @@
|
|||||||
"package_name": "backend-dash",
|
"package_name": "backend-dash",
|
||||||
"package_revision": "satoshilabs-1",
|
"package_revision": "satoshilabs-1",
|
||||||
"system_user": "dash",
|
"system_user": "dash",
|
||||||
"version": "18.2.1",
|
"version": "18.2.2",
|
||||||
"binary_url": "https://github.com/dashpay/dash/releases/download/v18.2.1/dashcore-18.2.1-x86_64-linux-gnu.tar.gz",
|
"binary_url": "https://github.com/dashpay/dash/releases/download/v18.2.2/dashcore-18.2.2-x86_64-linux-gnu.tar.gz",
|
||||||
"verification_type": "gpg-sha256",
|
"verification_type": "gpg-sha256",
|
||||||
"verification_source": "https://github.com/dashpay/dash/releases/download/v18.2.1/SHA256SUMS.asc",
|
"verification_source": "https://github.com/dashpay/dash/releases/download/v18.2.2/SHA256SUMS.asc",
|
||||||
"extract_command": "tar -C backend --strip 1 -xf",
|
"extract_command": "tar -C backend --strip 1 -xf",
|
||||||
"exclude_files": ["bin/dash-qt"],
|
"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",
|
"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",
|
||||||
|
|||||||
@ -22,10 +22,10 @@
|
|||||||
"package_name": "backend-dash-testnet",
|
"package_name": "backend-dash-testnet",
|
||||||
"package_revision": "satoshilabs-1",
|
"package_revision": "satoshilabs-1",
|
||||||
"system_user": "dash",
|
"system_user": "dash",
|
||||||
"version": "18.2.1",
|
"version": "18.2.2",
|
||||||
"binary_url": "https://github.com/dashpay/dash/releases/download/v18.2.1/dashcore-18.2.1-x86_64-linux-gnu.tar.gz",
|
"binary_url": "https://github.com/dashpay/dash/releases/download/v18.2.2/dashcore-18.2.2-x86_64-linux-gnu.tar.gz",
|
||||||
"verification_type": "gpg-sha256",
|
"verification_type": "gpg-sha256",
|
||||||
"verification_source": "https://github.com/dashpay/dash/releases/download/v18.2.1/SHA256SUMS.asc",
|
"verification_source": "https://github.com/dashpay/dash/releases/download/v18.2.2/SHA256SUMS.asc",
|
||||||
"extract_command": "tar -C backend --strip 1 -xf",
|
"extract_command": "tar -C backend --strip 1 -xf",
|
||||||
"exclude_files": [
|
"exclude_files": [
|
||||||
"bin/dash-qt"
|
"bin/dash-qt"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user