Skip to content

Commit 53bf699

Browse files
authored
chore: update download links for v20.0.3 (#330)
1 parent 5a0300c commit 53bf699

File tree

7 files changed

+37
-37
lines changed

7 files changed

+37
-37
lines changed

Diff for: docs/user/developers/insight.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies::
3232
Download and extract the latest version of Dash Core::
3333

3434
cd ~
35-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz
36-
tar -xvzf dashcore-20.0.2-x86_64-linux-gnu.tar.gz
37-
rm dashcore-20.0.2-x86_64-linux-gnu.tar.gz
35+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz
36+
tar -xvzf dashcore-20.0.3-x86_64-linux-gnu.tar.gz
37+
rm dashcore-20.0.3-x86_64-linux-gnu.tar.gz
3838

3939
Install `Dashcore Node <https://github.com/dashpay/dashcore-node>`_ and
4040
create your configuration::
@@ -55,7 +55,7 @@ Change paths in the configuration file as follows::
5555
nano dashcore-node.json
5656

5757
- Change the value of ``datadir`` to ``../../.dashcore``
58-
- Change the value of ``exec`` to ``../../dashcore-20.0.2/bin/dashd``
58+
- Change the value of ``exec`` to ``../../dashcore-20.0.3/bin/dashd``
5959
- **Optionally** change the value of ``network`` to ``testnet`` if you
6060
want to run Insight on testnet
6161

Diff for: docs/user/masternodes/maintenance.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ enter the following command, pasting in the address to the latest
4747
version of Dash Core by right clicking or pressing **Ctrl + V**::
4848

4949
cd /tmp
50-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz
50+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz
5151

5252
Verify the authenticity of your download by checking its detached
5353
signature against the public key published by the Dash Core development
@@ -63,14 +63,14 @@ following keys:
6363

6464
curl https://keybase.io/codablock/pgp_keys.asc | gpg --import
6565
curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
66-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
67-
gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
66+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
67+
gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
6868

6969
Extract the compressed archive and copy the new files to the directory::
7070

71-
tar xfv dashcore-20.0.2-x86_64-linux-gnu.tar.gz
72-
cp -f dashcore-20.0.2/bin/dashd ~/.dashcore/
73-
cp -f dashcore-20.0.2/bin/dash-cli ~/.dashcore/
71+
tar xfv dashcore-20.0.3-x86_64-linux-gnu.tar.gz
72+
cp -f dashcore-20.0.3/bin/dashd ~/.dashcore/
73+
cp -f dashcore-20.0.3/bin/dash-cli ~/.dashcore/
7474

7575
Restart Dash::
7676

Diff for: docs/user/masternodes/setup-evonode.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ command, pasting in the address to the latest version of Dash Core by right clic
271271
or pressing **Ctrl+ V**::
272272

273273
cd /tmp
274-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz
274+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz
275275

276276
Verify the authenticity of your download by checking its detached
277277
signature against the public key published by the Dash Core development
@@ -287,16 +287,16 @@ following keys:
287287

288288
curl https://keybase.io/codablock/pgp_keys.asc | gpg --import
289289
curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
290-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
291-
gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
290+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
291+
gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
292292

293293
Create a working directory for Dash, extract the compressed archive and
294294
copy the necessary files to the directory::
295295

296296
mkdir ~/.dashcore
297-
tar xfv dashcore-20.0.2-x86_64-linux-gnu.tar.gz
298-
cp -f dashcore-20.0.2/bin/dashd ~/.dashcore/
299-
cp -f dashcore-20.0.2/bin/dash-cli ~/.dashcore/
297+
tar xfv dashcore-20.0.3-x86_64-linux-gnu.tar.gz
298+
cp -f dashcore-20.0.3/bin/dashd ~/.dashcore/
299+
cp -f dashcore-20.0.3/bin/dash-cli ~/.dashcore/
300300

301301
Create a configuration file using the following command::
302302

Diff for: docs/user/masternodes/setup-testnet.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ and communication relating to the base blockchain. Download Dash Core as
655655
follows::
656656

657657
cd /tmp
658-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz
658+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz
659659

660660
Verify the authenticity of your download by checking its detached
661661
signature against the public key published by the Dash Core development
@@ -667,14 +667,14 @@ team. All releases of Dash are signed using GPG with the following key:
667667
::
668668

669669
curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
670-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz.asc
671-
gpg --verify dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz.asc
670+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz.asc
671+
gpg --verify dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz.asc
672672

673673
Extract the compressed archive and copy the necessary files to the
674674
directory::
675675

676-
tar xfv dashcore-20.0.2-$(uname -m)-linux-gnu.tar.gz
677-
sudo install -t /usr/local/bin dashcore-20.0.2/bin/*
676+
tar xfv dashcore-20.0.3-$(uname -m)-linux-gnu.tar.gz
677+
sudo install -t /usr/local/bin dashcore-20.0.3/bin/*
678678

679679
Create a working directory for Dash Core::
680680

Diff for: docs/user/masternodes/setup.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ address to the latest version of Dash Core by right clicking or pressing
233233
**Ctrl + V**::
234234

235235
cd /tmp
236-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz
236+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz
237237

238238
Verify the authenticity of your download by checking its detached
239239
signature against the public key published by the Dash Core development
@@ -249,16 +249,16 @@ following keys:
249249

250250
curl https://keybase.io/codablock/pgp_keys.asc | gpg --import
251251
curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
252-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
253-
gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
252+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
253+
gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
254254

255255
Create a working directory for Dash, extract the compressed archive and
256256
copy the necessary files to the directory::
257257

258258
mkdir ~/.dashcore
259-
tar xfv dashcore-20.0.2-x86_64-linux-gnu.tar.gz
260-
cp -f dashcore-20.0.2/bin/dashd ~/.dashcore/
261-
cp -f dashcore-20.0.2/bin/dash-cli ~/.dashcore/
259+
tar xfv dashcore-20.0.3-x86_64-linux-gnu.tar.gz
260+
cp -f dashcore-20.0.3/bin/dashd ~/.dashcore/
261+
cp -f dashcore-20.0.3/bin/dash-cli ~/.dashcore/
262262

263263
Create a configuration file using the following command::
264264

Diff for: docs/user/mining/p2pool.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ address to the latest version of Dash Core by right clicking or pressing
112112
**Ctrl + V**::
113113

114114
cd ~
115-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz
115+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz
116116

117117
Verify the authenticity of your download by checking its detached
118118
signature against the public key published by the Dash Core development
@@ -128,21 +128,21 @@ following keys:
128128

129129
curl https://keybase.io/codablock/pgp_keys.asc | gpg --import
130130
curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
131-
wget https://github.com/dashpay/dash/releases/download/v20.0.2/dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
132-
gpg --verify dashcore-20.0.2-x86_64-linux-gnu.tar.gz.asc
131+
wget https://github.com/dashpay/dash/releases/download/v20.0.3/dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
132+
gpg --verify dashcore-20.0.3-x86_64-linux-gnu.tar.gz.asc
133133

134134
Create a working directory for Dash, extract the compressed archive,
135135
copy the necessary files to the directory and set them as executable::
136136

137137
mkdir ~/.dashcore
138-
tar xfvz dashcore-20.0.2-x86_64-linux-gnu.tar.gz
139-
cp dashcore-20.0.2/bin/dashd .dashcore/
140-
cp dashcore-20.0.2/bin/dash-cli .dashcore/
138+
tar xfvz dashcore-20.0.3-x86_64-linux-gnu.tar.gz
139+
cp dashcore-20.0.3/bin/dashd .dashcore/
140+
cp dashcore-20.0.3/bin/dash-cli .dashcore/
141141

142142
Clean up unneeded files::
143143

144-
rm dashcore-20.0.2-x86_64-linux-gnu.tar.gz
145-
rm -r dashcore-20.0.2/
144+
rm dashcore-20.0.3-x86_64-linux-gnu.tar.gz
145+
rm -r dashcore-20.0.3/
146146

147147
Create a configuration file using the following command::
148148

Diff for: scripts/update-download-links.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Dash Core version is released
55

66
# Define old and new version variables
7-
OLD_VERSION="20.0.0"
8-
NEW_VERSION="20.0.2"
7+
OLD_VERSION="20.0.2"
8+
NEW_VERSION="20.0.3"
99

1010
# Use the variables in the find/sed commands
1111
find . -iname "*.rst" -exec sed -i "s~/v${OLD_VERSION}/dashcore-${OLD_VERSION}-~/v${NEW_VERSION}/dashcore-${NEW_VERSION}-~g" {} +

0 commit comments

Comments
 (0)