]> Cypherpunks.ru repositories - pygost.git/commitdiff
Download link for 5.0 release
authorSergey Matveev <stargrave@stargrave.org>
Fri, 4 Sep 2020 20:10:35 +0000 (23:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 4 Sep 2020 20:10:35 +0000 (23:10 +0300)
download.texi
install.texi

index 4555f3ac30aabbebf669eaecb5d64aae18a10068..23f791975c43ce7f40e0adebc426c311400c4799 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 5.0, 5.0} @tab 2020-09-04 @tab 78 KiB
+@tab @url{pygost-5.0.tar.xz, link} @url{pygost-5.0.tar.xz.sig, sign}
+@tab @code{D5321979 12558C5A 543CCD67 EAA34674 604457BB BF16EB0A 740C8487 C7574C87}
+@tab @code{ec813d16f6c7de42ccce61dfbc1a9cfd6523588e414e6e0aa9768371d405fd78}
+
 @item @ref{Release 4.9, 4.9} @tab 2020-07-30 @tab 78 KiB
 @tab @url{pygost-4.9.tar.xz, link} @url{pygost-4.9.tar.xz.sig, sign}
 @tab @code{D7745B10 0FD11203 DC13BEDA D3E8E4F7 6D6CE0DF 7A496B1A D2EA35BB 4FED586F}
index b5b96185125268cfe0a6077894ce689b903321cf..1424837c753a7767b5e4e4658fe056af55f90fbd 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:f832259e13283c18b1c6e8ec9860507aaacf6e6418905aa2719a626ba8235de5 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:f10d3d1e669172bf64d4271fafd34a00f16117f5e1eb32b17bbb5dca1018f7c9 > requirements.txt
 $ pip install --requirement requirements.txt
 @end example