From 7c8492b44ab5105dab410cfd00f35b492b68d48e Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Tue, 5 Jan 2021 15:34:32 +0200 Subject: [PATCH] docs: Update for release 0.14.0 --- docs/installation.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.adoc b/docs/installation.adoc index 0011c21e1e..00fe65c455 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -28,14 +28,14 @@ yum install -y rnp ---- # Clone the repository by version tag (or omit it to get the latest sources) sudo apt install git -git clone https://github.com/rnpgp/rnp.git -b v0.13.1 +git clone https://github.com/rnpgp/rnp.git -b v0.14.0 # Install required packages sudo apt install g++-8 cmake libbz2-dev zlib1g-dev libjson-c-dev build-essential python-minimal # Download, build and install Botan2 -wget -qO- https://botan.randombit.net/releases/Botan-2.12.1.tar.xz | tar xvJ -cd Botan-2.12.1 +wget -qO- https://botan.randombit.net/releases/Botan-2.14.0.tar.xz | tar xvJ +cd Botan-2.14.0 ./configure.py --prefix=/usr make sudo make install @@ -57,7 +57,7 @@ sudo make install ---- # Clone the repository by version tag (or omit it to get the latest sources) sudo apt install git -git clone https://github.com/rnpgp/rnp.git -b v0.13.1 +git clone https://github.com/rnpgp/rnp.git -b v0.14.0 # Enable access to `testing` packages by editing /etc/apt/sources.list # deb http://deb.debian.org/debian testing main