]> Cypherpunks.ru repositories - pygost.git/commitdiff
Download link for 4.2 release
authorSergey Matveev <stargrave@stargrave.org>
Fri, 27 Dec 2019 11:24:09 +0000 (14:24 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 27 Dec 2019 11:24:09 +0000 (14:24 +0300)
download.texi
install.texi

index bb5c38cec8da4b1d91638364766d72d462d42bbb..907f6356b078b701200da3bd755d3b34dd962cba 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.2, 4.2} @tab 2019-12-27 @tab 62 KiB
+@tab @url{pygost-4.2.tar.xz, link} @url{pygost-4.2.tar.xz.sig, sign}
+@tab @code{70BA61D8 7A59FD1A 952E2485 7F3472F1 8BDF61EA C10FBC13 86DEB01D A7828700}
+@tab @code{f41702e5fbea79b384a9f29d4121826f06d948f548092b1ce916fda3f22eac25}
+
 @item @ref{Release 4.1, 4.1} @tab 2019-12-17 @tab 60 KiB
 @tab @url{pygost-4.1.tar.xz, link} @url{pygost-4.1.tar.xz.sig, sign}
 @tab @code{CF029E30 8207DF45 884DD118 843A9E5A 33C5D979 F1D05FEA 17B81628 41257A64}
index e18ac8f9b90305753c6736c3c679855aaf549a8b..b9cf7ce4e76f5d0b7949b22c581f9c39d50fe79c 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:9e8daad58a7fca0c3addd357268bff4c506074dd300887ebf96c0f1c21123835 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:8e11248a0945534635a2812c146eaf32cb3bdfcd8af9a224d2c2ffaa35e6f3d0 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example