]> Cypherpunks.ru repositories - pygost.git/commitdiff
Download link for 4.5 release
authorSergey Matveev <stargrave@stargrave.org>
Thu, 14 May 2020 10:13:32 +0000 (13:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 14 May 2020 10:18:44 +0000 (13:18 +0300)
download.texi
install.texi

index c1111e0b305e5484da283de50ad13ea021694ad0..b7ce1f1a024122d3b7e6a9f15456b8bf563c88cf 100644 (file)
@@ -1,6 +1,11 @@
 @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
 @headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum @tab Streebog-256 checksum
 
+@item @ref{Release 4.5, 4.5} @tab 2020-05-14 @tab 67 KiB
+@tab @url{pygost-4.5.tar.xz, link} @url{pygost-4.5.tar.xz.sig, sign}
+@tab @code{CC97B201 8CCC2BCF E71BDA14 81138AB7 F17DCFAD 0FA8C43B 58106338 C20CB144}
+@tab @code{d5d37e4d21160f28c582e3dfc7184cd0cc693cb42dedbcf0f260f66e4153b69d}
+
 @item @ref{Release 4.4, 4.4} @tab 2020-02-04 @tab 67 KiB
 @tab @url{pygost-4.4.tar.xz, link} @url{pygost-4.4.tar.xz.sig, sign}
 @tab @code{0AAA6CA6 1E886296 DF1D45E7 4D037BA5 DCA6CB08 0DAB1CAD EBB959E5 57A2624C}
index 6567e66eee4dace47023ef45f6622831953eb1ef..a494da641ba173e889e17b867098a39a966cc2dd 100644 (file)
@@ -22,7 +22,7 @@ But also you can use pip (@strong{no} OpenPGP authentication is
 performed!) with PyPI:
 
 @example
-$ echo pygost==@value{VERSION} --hash=sha256:0b5bfab89243a76628c06eca5f878d7e73137f86336bf9d379bd31a553cfe995 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:54a2804a187cc70cb70676491e43f4059dbde9c3fe10aa98f847987afbd44f80 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example