]> Cypherpunks.ru repositories - gogost.git/commitdiff
Fix xz->zstd
authorSergey Matveev <stargrave@stargrave.org>
Mon, 4 Oct 2021 10:22:21 +0000 (13:22 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 4 Oct 2021 10:22:21 +0000 (13:22 +0300)
install.texi

index d62987c0528df8fa927e3ec0ba45c0f4edf3cefa..3b8b9149b3ea1edac7f2697b252982681987a08b 100644 (file)
@@ -5,10 +5,10 @@ Preferable way is to download tarball with the signature from
 website and, for example, run tests with benchmarks:
 
 @example
-$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz
-$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig
-$ gpg --verify gogost-@value{VERSION}.tar.xz.sig gogost-@value{VERSION}.tar.xz
-$ xz --decompress --stdout gogost-@value{VERSION}.tar.xz | tar xf -
+$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst
+$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.zst.sig
+$ gpg --verify gogost-@value{VERSION}.tar.zst.sig gogost-@value{VERSION}.tar.zst
+$ zstd --decompress --stdout gogost-@value{VERSION}.tar.zst | tar xf -
 $ cd gogost-@value{VERSION}
 $ redo all
 $ echo hello world | ./streebog256