Skip to content

Commit

Permalink
Merge branch 'bump_v4.6.0-1_add_debian_buster' into 'master'
Browse files Browse the repository at this point in the history
bump versions and add debian buster link and sha256sum

See merge request zcash-docs/zcash-docs!282
  • Loading branch information
mdr0id committed Jan 7, 2022
2 parents 4ac9011 + 4df9a70 commit 5829a4c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source/rtd_pages/Debian-Ubuntu-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are multiple ways to download dependencies and build Zcashd & Zcash-cli. W
```
git clone https://github.com/zcash/zcash.git
cd zcash/
git checkout v4.6.0
git checkout v4.6.0-1
./zcutil/fetch-params.sh
```

Expand Down
2 changes: 1 addition & 1 deletion source/rtd_pages/Linux-misc-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Currently, the only way to install Zcashd & Zcash-cli on Linux is to build from
```
git clone https://github.com/zcash/zcash.git
cd zcash/
git checkout v4.6.0
git checkout v4.6.0-1
./zcutil/fetch-params.sh
```
<!--The message printed by ``git checkout`` about a "detached head" is normal and does not indicate a problem. -->
Expand Down
18 changes: 15 additions & 3 deletions source/rtd_pages/install_binary_tarball.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,29 @@ Binary Tarball Download & Setup

The Electric Coin Company provides a binary tarball for download.

`Download Tarball for Debian Stretch v4.6.0 <https://z.cash/downloads/zcash-4.6.0-linux64-debian-stretch.tar.gz>`_
`Download Tarball for Debian Stretch v4.6.0-1 <https://z.cash/downloads/zcash-4.6.0-1-linux64-debian-stretch.tar.gz>`_

After downloading but before extracting, verify that the checksum of the tarball matches the hash below for the version of the binary you downloaded:

Debian Stretch:

.. code-block:: bash
sha256sum zcash-4.6.0-linux64-debian-stretch.tar.gz
sha256sum zcash-4.6.0-1-linux64-debian-stretch.tar.gz
Result: ``d1801e6a5a39ab8eea772eb22073f84c8fea34bfbf7236d50fe965c4b860f8a1``
Result: ``1f8c918244f72ae67ecfd688d640d57b146b6e50292c243f46175e4697a8ecb3``

`Download Tarball for Debian Buster v4.6.0-1 <https://z.cash/downloads/zcash-4.6.0-1-linux64-debian-buster.tar.gz>`_

After downloading but before extracting, verify that the checksum of the tarball matches the hash below for the version of the binary you downloaded:

Debian Buster:

.. code-block:: bash
sha256sum zcash-4.6.0-1-linux64-debian-buster.tar.gz
Result: ``9de9c71cf837900175ff7889ceb84fcea6e854e6d739fb6aa3c9d12d5a128dc7``

This checksum was generated from our gitian deterministic build process. `View all gitian signatures <https://github.com/zcash/gitian.sigs/tree/master>`_.

Expand Down
2 changes: 1 addition & 1 deletion source/rtd_pages/macOS-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Currently, the only way to install Zcashd & Zcash-cli on macOS is to build from
```
git clone https://github.com/zcash/zcash.git
cd zcash/
git checkout v4.6.0
git checkout v4.6.0-1
./zcutil/fetch-params.sh
```
<!--The message printed by ``git checkout`` about a "detached head" is normal and does not indicate a problem. -->
Expand Down
4 changes: 2 additions & 2 deletions source/rtd_pages/zcashd.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ To upgrade Zcashd & Zcash-cli, fetch the latest updates:
```

Helpful tips:
* Upgrading to v4.6.0 requires a build; try the following:
* Upgrading to v4.6.0-1 requires a build; try the following:
```
git checkout v4.6.0
git checkout v4.6.0-1
./zcutil/clean.sh
./zcutil/build.sh -j$(nproc)
```
Expand Down

0 comments on commit 5829a4c

Please sign in to comment.