doc/download.texi | 18 ++++++++++++------ doc/install.texi | 4 ++-- makedist.sh | 3 ++- diff --git a/doc/download.texi b/doc/download.texi index ab20b92ff4208d75b4d1795977762fcf6ba775dd8d9ac9af15f4e5d4316c3c7b..20cc12aac4a94660e54f15d1a66b0f44faf57109ffeb8390736c6e991643bd91 100644 --- a/doc/download.texi +++ b/doc/download.texi @@ -2,27 +2,33 @@ @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} @headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum @item 2.6.0 @tab 2021-01-22 @tab 58 KiB -@tab @url{download/gocheese-2.6.0.tar.zst, link} @url{gocheese-2.6.0.tar.zst.sig, sign} +@tab @url{download/gocheese-2.6.0.tar.zst, link} + @url{download/gocheese-2.6.0.tar.zst.sig, sign} @tab @code{20DE75D6 903EAE4B FF1B83A2 3E91AC50 F1FA3D37 8D14829C BB130B50 020020B4} @item 2.5.0 @tab 2020-11-07 @tab 110 KiB -@tab @url{download/gocheese-2.5.0.tar.xz, link} @url{gocheese-2.5.0.tar.xz.sig, sign} +@tab @url{download/gocheese-2.5.0.tar.xz, link} + @url{download/gocheese-2.5.0.tar.xz.sig, sign} @tab @code{C437AD4D 33E899F6 9DE7FC28 92F5C49C 8409913E EA26BA95 18144870 D74107B4} @item 2.4.1 @tab 2020-09-05 @tab 105 KiB -@tab @url{download/gocheese-2.4.1.tar.xz, link} @url{gocheese-2.4.1.tar.xz.sig, sign} +@tab @url{download/gocheese-2.4.1.tar.xz, link} + @url{download/gocheese-2.4.1.tar.xz.sig, sign} @tab @code{8B8C5A8D 748FDB3D 875EC9DA 83744FFF 314FDDE9 22561BDE 7BBD290F 86642C0F} @item 2.4.0 @tab 2020-07-24 @tab 101 KiB -@tab @url{download/gocheese-2.4.0.tar.xz, link} @url{gocheese-2.4.0.tar.xz.sig, sign} +@tab @url{download/gocheese-2.4.0.tar.xz, link} + @url{download/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{download/gocheese-2.3.0.tar.xz, link} @url{gocheese-2.3.0.tar.xz.sig, sign} +@tab @url{download/gocheese-2.3.0.tar.xz, link} + @url{download/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{download/gocheese-2.2.0.tar.xz, link} @url{gocheese-2.2.0.tar.xz.sig, sign} +@tab @url{download/gocheese-2.2.0.tar.xz, link} + @url{download/gocheese-2.2.0.tar.xz.sig, sign} @tab @code{5AA24DA6 C03C51BD 5C45CD50 AA1F19B5 6360C892 3ED86F06 D0F2B8FA 4C8CCB5B} @end multitable diff --git a/doc/install.texi b/doc/install.texi index e97e7f21a351babc86dcb58cc7f7ee0f1095678b1ad91feaa1e6822e3b73eb49..927368334505cc92b8312d939de5c334f87da762492545cfdc6cd6ee03aed6cb 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -5,8 +5,8 @@ Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst -$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst.sig +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst.sig $ gpg --verify gocheese-@value{VERSION}.tar.zst.sig gocheese-@value{VERSION}.tar.zst $ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf - $ cd gocheese-@value{VERSION} diff --git a/makedist.sh b/makedist.sh index e34536b90a54c9b2a92d2d47b3d14910165fabe5c9033f031f7275bce444895e..f8c16785449251569412786d340a0ab9c7a2092c666ec33c58fe15ecb7a85d2b 100755 --- a/makedist.sh +++ b/makedist.sh @@ -65,7 +65,8 @@ cat <