]> Cypherpunks.ru repositories - gocheese.git/blob - download.texi
Download link for 2.2.0 release
[gocheese.git] / download.texi
1 @node Download
2 @unnumbered Download
3
4 Preferable way is to download tarball with the signature from
5 website and, for example, run tests with benchmarks:
6
7 @verbatim
8 $ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz
9 $ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz.sig
10 $ gpg --verify gocheese-2.2.0.tar.xz.sig gocheese-2.2.0.tar.xz
11 $ xz -d < gocheese-2.2.0.tar.xz | tar xf -
12 $ make -C gocheese-2.2.0 all test
13 @end verbatim
14
15 @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
16 @headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum
17
18 @item 2.2.0 @tab 2019-12-09 @tab 100 KiB
19 @tab @url{gocheese-2.2.0.tar.xz, link} @url{gocheese-2.2.0.tar.xz.sig, sign}
20 @tab @code{5AA24DA6 C03C51BD 5C45CD50 AA1F19B5 6360C892 3ED86F06 D0F2B8FA 4C8CCB5B}
21
22 @end multitable
23
24 You @strong{have to} verify downloaded tarballs integrity and
25 authenticity to be sure that you retrieved trusted and untampered
26 software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used
27 for that purpose.
28
29 For the very first time it is necessary to get signing public key and
30 import it. It is provided below, but you should check alternative
31 resources.
32
33 @verbatim
34 pub   rsa2048/0xCD5CD01F55343D88 2019-12-08 [SC]
35       9B27640BA78437EC6D4ACA6CCD5CD01F55343D88
36 uid   GoCheese releases <gocheese@cypherpunks.ru>
37 @end verbatim
38
39 @itemize
40
41 @item
42 @verbatim
43 $ gpg --auto-key-locate dane --locate-keys gocheese at cypherpunks dot ru
44 $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru
45 @end verbatim
46
47 @item
48 @verbatiminclude PUBKEY.asc
49
50 @end itemize
51
52 You can obtain development source code with
53 @command{git clone git://git.cypherpunks.ru/gocheese.git}.