Possibly gocheese
package already exists for your distribution:
Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks:
$ [fetch|wget] http://www.gocheese.cypherpunks.su/download/gocheese-4.2.0.tar.zst $ [fetch|wget] http://www.gocheese.cypherpunks.su/download/gocheese-4.2.0.tar.zst.{asc,sig} [verify signature] $ zstd -d < gocheese-4.2.0.tar.zst | tar xf - $ cd gocheese-4.2.0 $ go build -mod=vendor
Version | Date | Size | Tarball |
---|---|---|---|
4.2.0 | 2024-02-01 | 66 KiB | meta4 tar pgp ssh |
4.1.0 | 2023-06-04 | 65 KiB | meta4 tar pgp ssh |
4.0.0 | 2023-06-03 | 65 KiB | meta4 tar pgp ssh |
3.7.1 | 2023-03-23 | 65 KiB | meta4 tar pgp ssh |
3.7.0 | 2022-11-28 | 68 KiB | meta4 tar pgp ssh |
3.6.0 | 2022-11-03 | 68 KiB | meta4 tar pgp ssh |
3.5.0 | 2022-02-09 | 68 KiB | meta4 tar pgp ssh |
3.4.0 | 2021-11-26 | 68 KiB | meta4 tar pgp ssh |
3.3.0 | 2021-09-28 | 68 KiB | meta4 tar pgp ssh |
3.2.0 | 2021-09-27 | 68 KiB | meta4 tar pgp ssh |
3.1.0 | 2021-09-27 | 68 KiB | meta4 tar pgp ssh |
3.0.0 | 2021-09-26 | 68 KiB | meta4 tar pgp ssh |
2.6.0 | 2021-01-22 | 58 KiB | meta4 tar pgp ssh |
2.5.0 | 2020-11-07 | 110 KiB | meta4 tar pgp ssh |
2.4.1 | 2020-09-05 | 105 KiB | meta4 tar pgp ssh |
2.4.0 | 2020-07-24 | 101 KiB | meta4 tar pgp ssh |
2.3.0 | 2019-12-17 | 101 KiB | meta4 tar pgp ssh |
2.2.0 | 2019-12-09 | 100 KiB | meta4 tar pgp ssh |
You have to verify downloaded tarballs authenticity to be sure that you retrieved trusted and untampered software. There are two options:
Use GNU Privacy Guard free software implementation. For the very first time it is necessary to get signing public key and import it. It is provided here, but you should check alternate resources.
pub rsa2048/0xCD5CD01F55343D88 2019-12-08 9B27 640B A784 37EC 6D4A CA6C CD5C D01F 5534 3D88 uid GoCheese releases <gocheese@cypherpunks.su>
$ gpg --auto-key-locate dane --locate-keys gocheese at cypherpunks dot su $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot su
Public key and its OpenPGP
signature made with the key above.
Its fingerprint: SHA256:Akj/MCtxCjPphrgWub2BeChqHDhLMABTYLL/MzqTN+s
.
$ ssh-keygen -Y verify -f PUBKEY-SSH.pub -I gocheese@cypherpunks.su -n file \ -s gocheese-4.2.0.tar.zst.sig < gocheese-4.2.0.tar.zst
You can obtain development source code with
git clone git://git.cypherpunks.su/gocheese.git
.
You can also use
anongit@master.git.stargrave.org:cypherpunks.su/gocheese.git
,
anongit@slave.git.stargrave.org:cypherpunks.su/gocheese.git
,
anongit@master.git.cypherpunks.su:cypherpunks.su/gocheese.git
,
anongit@slave.git.cypherpunks.su:cypherpunks.su/gocheese.git
,
git://git.stargrave.org/gocheese.git,
git://y.git.stargrave.org/gocheese.git,
git://y.git.cypherpunks.su/gocheese.git URLs instead.