From 557a8dc9902c888ccd7f9b7622308f5a4d0d53ad Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 19 Nov 2016 16:23:47 +0300 Subject: [PATCH] Use 2.3 version instead of 2.1, that is not available for downloading --- INSTALL | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index f0d49f7..db2b97c 100644 --- a/INSTALL +++ b/INSTALL @@ -3,16 +3,16 @@ No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature from official website: - % wget http://www.cypherpunks.ru/pygost/pygost-2.1.tar.xz - % wget http://www.cypherpunks.ru/pygost/pygost-2.1.tar.xz.sig - % gpg --verify pygost-2.1.tar.xz.sig pygost-2.1.tar.xz - % xz -d < pygost-2.1.tar.xz | tar xf - - % cd pygost-2.1 + % wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz + % wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz.sig + % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz + % xz -d < pygost-2.3.tar.xz | tar xf - + % cd pygost-2.3 % python setup.py install But also you can use PIP (NO authentication is performed!): - % pip install pygost==2.1 + % pip install pygost==2.3 You have to verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered software. GNU Privacy -- 2.44.0