aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-12 17:31:03 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-12 17:31:03 +0200
commit04d8ae4a29cd386c4507a2b83ac3a2884d33a405 (patch)
tree234c131031e2e2cbf490c025b8bac8ee73ff9517
parent27c75b56d7bda641d5d3c8ce0e4a8e5cc61ca4ee (diff)
downloadwww-04d8ae4a29cd386c4507a2b83ac3a2884d33a405.tar.gz
www-04d8ae4a29cd386c4507a2b83ac3a2884d33a405.zip
update versions
-rw-r--r--template/download.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/template/download.html.j2 b/template/download.html.j2
index 2b0d8e70..10db8296 100644
--- a/template/download.html.j2
+++ b/template/download.html.j2
@@ -18,23 +18,23 @@
18 <h3>{{ _("tarball") }}</h3> 18 <h3>{{ _("tarball") }}</h3>
19 <p> 19 <p>
20 {% trans %} 20 {% trans %}
21 The tarball of version 0.11.0 can be obtained from 21 The tarball of version 0.11.4 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.0.tar.gz">gnunet-0.11.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz.sig">electronic signature</a>)</li> 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>
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-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>
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.0 from our development server: 33 You can fetch the git tag of version 0.11.4 from our development server:
34 {% endtrans %} 34 {% endtrans %}
35 </p> 35 </p>
36 <ul> 36 <ul>
37 <li>git clone --branch v0.11.0 https://gnunet.org/git/gnunet.git</li> 37 <li>git clone --branch v0.11.4 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.0 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>