]> Cypherpunks.ru repositories - gogost.git/commitdiff
Use 1.1 version instead of 1.0, that is not available for downloading
authorSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 20:20:39 +0000 (23:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 20:20:39 +0000 (23:20 +0300)
INSTALL

diff --git a/INSTALL b/INSTALL
index 5f1d9264dd7b90cad772d61c61121bee05ba6bed..25590009a2bae07bf76acdc6102ec10fc141e735 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,11 +1,11 @@
 Preferable way is to download tarball with the signature from official
 website and, for example, run tests with benchmarks:
 
 Preferable way is to download tarball with the signature from official
 website and, for example, run tests with benchmarks:
 
-    % wget http://www.cypherpunks.ru/gogost/gogost-1.0.tar.xz
-    % wget http://www.cypherpunks.ru/gogost/gogost-1.0.tar.xz.sig
-    % gpg --verify gogost-1.0.tar.xz.sig gogost-1.0.tar.xz
-    % xz -d < gogost-1.0.tar.gz | tar xf -
-    % make -C gogost-1.0 bench
+    % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz
+    % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig
+    % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz
+    % xz -d < gogost-1.1.tar.gz | tar xf -
+    % make -C gogost-1.1 bench
 
 You have to verify downloaded tarballs integrity and authenticity to be
 sure that you retrieved trusted and untampered software. GNU Privacy
 
 You have to verify downloaded tarballs integrity and authenticity to be
 sure that you retrieved trusted and untampered software. GNU Privacy