]> Cypherpunks.ru repositories - pygost.git/commitdiff
Download link for 4.4 release
authorSergey Matveev <stargrave@stargrave.org>
Tue, 4 Feb 2020 14:09:11 +0000 (17:09 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 4 Feb 2020 14:09:51 +0000 (17:09 +0300)
download.texi
install.texi

index 19de07a3f35a2349646b3e28c9fe171d121b2c79..c1111e0b305e5484da283de50ad13ea021694ad0 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.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}
+@tab @code{68a25f2ea4a9e5dccc1445c37cea17a5c23337bb5fac66601e183f4050e43f27}
+
 @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}
index 01a6873a1413addcb2d8f2c83e1322086498cc0a..b185292de057040c935ea6cf7ceccde4e04ab6a9 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:84b9788684f4131b3e685f5aab20ca08bcc385ff88ca193bb5334d9e1f7224a7 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:0b5bfab89243a76628c06eca5f878d7e73137f86336bf9d379bd31a553cfe995 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example