From: Sergey Matveev Date: Sat, 19 Nov 2016 13:23:47 +0000 (+0300) Subject: Use 2.3 version instead of 2.1, that is not available for downloading X-Git-Tag: 3.0~19 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=557a8dc9902c888ccd7f9b7622308f5a4d0d53ad Use 2.3 version instead of 2.1, that is not available for downloading --- 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