]> Cypherpunks.ru repositories - pygost.git/commitdiff
Use 2.3 version instead of 2.1, that is not available for downloading
authorSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 13:23:47 +0000 (16:23 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 13:36:44 +0000 (16:36 +0300)
INSTALL

diff --git a/INSTALL b/INSTALL
index f0d49f7352668dc88e3876aba4f2617d711133e0..db2b97caa3bda4349fb439abfbb4be55e2f502df 100644 (file)
--- 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