]> Cypherpunks.ru repositories - gocheese.git/commitdiff
Fix download links v3.0.0
authorSergey Matveev <stargrave@stargrave.org>
Sat, 25 Sep 2021 16:53:06 +0000 (19:53 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 26 Sep 2021 17:15:43 +0000 (20:15 +0300)
doc/download.texi
doc/install.texi
makedist.sh

index 1d85302e1be4bad0952065d376b317e38fa5e468..ec0c3393771c62ca53755800ddfc1f79ea85b45b 100644 (file)
@@ -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
index 4922b1c7f41cfe22d0bcca15afffe61c8456ba45..e00ce39225381fafcae9b488a867b47bb305572f 100644 (file)
@@ -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}
index c7424fdd79602f3508c156cf5e02f32c95b7b9a7..999b9a4614713b90f65a767053edbf52c8796a2c 100755 (executable)
@@ -65,7 +65,8 @@ release_date=$(date "+%Y-%m-%d")
 cat <<EOF
 An entry for documentation:
 @item $release @tab $release_date @tab $size KiB
-@tab @url{gocheese-${release}.tar.zst, link} @url{gocheese-${release}.tar.zst.sig, sign}
+@tab @url{download/gocheese-${release}.tar.zst, link}
+     @url{download/gocheese-${release}.tar.zst.sig, sign}
 @tab @code{$hash}
 EOF