From: Sergey Matveev Date: Sat, 25 Sep 2021 16:53:06 +0000 (+0300) Subject: Fix download links X-Git-Tag: v3.0.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=9abd4f096961adf76de6fd3c5898a447a3ff81cf Fix download links --- diff --git a/doc/download.texi b/doc/download.texi index 1d85302..ec0c339 100644 --- a/doc/download.texi +++ b/doc/download.texi @@ -2,27 +2,33 @@ @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 4922b1c..e00ce39 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 c7424fd..999b9a4 100755 --- a/makedist.sh +++ b/makedist.sh @@ -65,7 +65,8 @@ release_date=$(date "+%Y-%m-%d") cat <