aboutsummaryrefslogtreecommitdiff
path: root/template/download.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/download.html.j2')
-rw-r--r--template/download.html.j212
1 files changed, 6 insertions, 6 deletions
diff --git a/template/download.html.j2 b/template/download.html.j2
index 10db8296..a7df9108 100644
--- a/template/download.html.j2
+++ b/template/download.html.j2
@@ -18,24 +18,24 @@
18 <h3>{{ _("tarball") }}</h3> 18 <h3>{{ _("tarball") }}</h3>
19 <p> 19 <p>
20 {% trans %} 20 {% trans %}
21 The tarball of version 0.11.4 can be obtained from 21 The tarball of the latest version can be obtained from
22 GNU FTP and its mirrors. 22 GNU FTP and its mirrors.
23 {% endtrans %} 23 {% endtrans %}
24 </p> 24 </p>
25 <ul> 25 <ul>
26 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.4.tar.gz">gnunet-0.11.4.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.4.tar.gz.sig">electronic signature</a>)</li> 26 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-latest.tar.gz">gnunet-latest.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-latest.tar.gz.sig">electronic signature</a>)</li>
27 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz">gnunet-gtk-0.11.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz.sig">electronic signature</a>)</li> 27 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-latest.tar.gz">gnunet-gtk-latest.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-latest.tar.gz.sig">electronic signature</a>)</li>
28 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz">gnunet-fuse-0.11.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig">electronic signature</a>)</li> 28 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz">gnunet-fuse-0.11.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig">electronic signature</a>)</li>
29 </ul> 29 </ul>
30 <h3>{{ _("git") }}</h3> 30 <h3>{{ _("git") }}</h3>
31 <p> 31 <p>
32 {% trans %} 32 {% trans %}
33 You can fetch the git tag of version 0.11.4 from our development server: 33 You can fetch the git tag of version 0.11.x from our development server:
34 {% endtrans %} 34 {% endtrans %}
35 </p> 35 </p>
36 <ul> 36 <ul>
37 <li>git clone --branch v0.11.4 https://gnunet.org/git/gnunet.git</li> 37 <li>git clone --branch v0.11.5 https://gnunet.org/git/gnunet.git</li>
38 <li>git clone --branch v0.11.0 https://gnunet.org/git/gnunet-gtk.git</li> 38 <li>git clone --branch v0.11.5 https://gnunet.org/git/gnunet-gtk.git</li>
39 <li>git clone --branch v0.11.0 https://gnunet.org/git/gnunet-fuse.git</li> 39 <li>git clone --branch v0.11.0 https://gnunet.org/git/gnunet-fuse.git</li>
40 </ul> 40 </ul>
41 </div> 41 </div>