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

index 907f6356b078b701200da3bd755d3b34dd962cba..19de07a3f35a2349646b3e28c9fe171d121b2c79 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.3, 4.3} @tab 2019-12-27 @tab 61 KiB
+@tab @url{pygost-4.3.tar.xz, link} @url{pygost-4.3.tar.xz.sig, sign}
+@tab @code{37D2CA54 4565B53B CDAC5175 E6411DDB 765D187E D67D8188 7060EC4D 9D93BD73}
+@tab @code{47d5831a43ae786b64462ad84be6f78c4d7b9412d5c0e1c87addb08819f5a829}
+
 @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}
index 20ca6bd6805712957bf49e4635ed5e165df92280..c022ba13ea23c794bcfe428e49fcecd0ccf87a5a 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:8e11248a0945534635a2812c146eaf32cb3bdfcd8af9a224d2c2ffaa35e6f3d0 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:84b9788684f4131b3e685f5aab20ca08bcc385ff88ca193bb5334d9e1f7224a7 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example