]> Cypherpunks.ru repositories - pygost.git/commitdiff
Download link for 4.8 release
authorSergey Matveev <stargrave@stargrave.org>
Fri, 24 Jul 2020 16:56:37 +0000 (19:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 24 Jul 2020 16:56:37 +0000 (19:56 +0300)
download.texi
install.texi

index 629bba4dc81fd1ad5f6803e5d2108e73aa61a57f..796efb8e2044f9c27a4bf9084afb716e7a4fa40b 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.8, 4.8} @tab 2020-07-24 @tab 69 KiB
+@tab @url{pygost-4.8.tar.xz, link} @url{pygost-4.8.tar.xz.sig, sign}
+@tab @code{E24FFDA0 9CABE9FE 11FF505A 1AEC7343 830ADCC5 A87AB348 2BFE0D1C 897A360F}
+@tab @code{528f4e319678d24c19f4a09a9e8dc9263055b798ad0b8a9a94cdfd33563cca9a}
+
 @item @ref{Release 4.7, 4.7} @tab 2020-07-23 @tab 67 KiB
 @tab @url{pygost-4.7.tar.xz, link} @url{pygost-4.7.tar.xz.sig, sign}
 @tab @code{7C3C403B 83B890F6 E3448169 A32D5BB4 5E5F18EE 72E50BEF E37E091D F591D256}
index 2a518a7a09067232d1e29fbb4a48848f961ed1f5..737e6361083d27ad7b949c92feb82b9992fe081c 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:bb789f48e92f2b51888c7c6665f5ddcf7bbcefcb1d3c0c129e129428589a56e9 > requirements.txt
+$ echo pygost==@value{VERSION} --hash=sha256:ae9503c689e1560ce1a37e2359b0503cd07dd353079ad7187293235bd1eb72dd > requirements.txt
 $ pip install --requirement requirements.txt
 @end example