]> Cypherpunks.ru repositories - gocheese.git/blobdiff - download.texi
Raise copyright years
[gocheese.git] / download.texi
index a1f31e2917d12f9c1ca191afed457790dc1f5cf8..5c6ef550573eef171ece8bd55b4fc6d2e73ebd22 100644 (file)
@@ -1,53 +1,24 @@
-@node Download
-@unnumbered Download
+@multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
+@headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum
 
-Preferable way is to download tarball with the signature from
-website and, for example, run tests with benchmarks:
+@item 2.5.0 @tab 2020-11-07 @tab 110 KiB
+@tab @url{gocheese-2.5.0.tar.xz, link} @url{gocheese-2.5.0.tar.xz.sig, sign}
+@tab @code{C437AD4D 33E899F6 9DE7FC28 92F5C49C 8409913E EA26BA95 18144870 D74107B4}
 
-@verbatim
-$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz
-$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz.sig
-$ gpg --verify gocheese-2.2.0.tar.xz.sig gocheese-2.2.0.tar.xz
-$ xz -d < gocheese-2.2.0.tar.xz | tar xf -
-$ make -C gocheese-2.2.0 all test
-@end verbatim
+@item 2.4.1 @tab 2020-09-05 @tab 105 KiB
+@tab @url{gocheese-2.4.1.tar.xz, link} @url{gocheese-2.4.1.tar.xz.sig, sign}
+@tab @code{8B8C5A8D 748FDB3D 875EC9DA 83744FFF 314FDDE9 22561BDE 7BBD290F 86642C0F}
 
-@multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
-@headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum
+@item 2.4.0 @tab 2020-07-24 @tab 101 KiB
+@tab @url{gocheese-2.4.0.tar.xz, link} @url{gocheese-2.4.0.tar.xz.sig, sign}
+@tab @code{6EE9A436 F415AB09 6D75FA5A D9BFBD6A 9BF9ACE2 52514802 CBFDF576 C057B2AC}
+
+@item 2.3.0 @tab 2019-12-17 @tab 101 KiB
+@tab @url{gocheese-2.3.0.tar.xz, link} @url{gocheese-2.3.0.tar.xz.sig, sign}
+@tab @code{574C3641 BBDA2957 2FE57F03 98606403 4D7B2C58 44B2CFA4 0EBF9F75 E0186989}
 
 @item 2.2.0 @tab 2019-12-09 @tab 100 KiB
 @tab @url{gocheese-2.2.0.tar.xz, link} @url{gocheese-2.2.0.tar.xz.sig, sign}
 @tab @code{5AA24DA6 C03C51BD 5C45CD50 AA1F19B5 6360C892 3ED86F06 D0F2B8FA 4C8CCB5B}
 
 @end multitable
-
-You @strong{have to} verify downloaded tarballs integrity and
-authenticity to be sure that you retrieved trusted and untampered
-software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used
-for that purpose.
-
-For the very first time it is necessary to get signing public key and
-import it. It is provided below, but you should check alternative
-resources.
-
-@verbatim
-pub   rsa2048/0xCD5CD01F55343D88 2019-12-08 [SC]
-      9B27640BA78437EC6D4ACA6CCD5CD01F55343D88
-uid   GoCheese releases <gocheese@cypherpunks.ru>
-@end verbatim
-
-@itemize
-
-@item
-@verbatim
-$ gpg --auto-key-locate dane --locate-keys gocheese at cypherpunks dot ru
-$ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru
-@end verbatim
-
-@item
-@verbatiminclude PUBKEY.asc
-
-@end itemize
-
-You can obtain development source code with
-@command{git clone git://git.cypherpunks.ru/gocheese.git}.