mirror of
https://github.com/torproject/webwml.git
synced 2024-11-30 21:20:24 +00:00
Fix download links for signatures on download-unix
They were broken since revision 23974 when the removal of -sig version tags was a bit overzealous.
This commit is contained in:
parent
96e5102fa8
commit
d313c9029b
@ -78,11 +78,11 @@
|
||||
<td>Source tarballs</td>
|
||||
<td>
|
||||
<a href="<package-source-stable>"><version-stable></a>
|
||||
(<a href="<package-source-stable-sig>">sig</a>)
|
||||
(<a href="<package-source-stable>.asc">sig</a>)
|
||||
</td>
|
||||
<td>
|
||||
<a href="<package-source-alpha>"><version-alpha></a>
|
||||
(<a href="<package-source-alpha-sig>">sig</a>)
|
||||
(<a href="<package-source-alpha>.asc">sig</a>)
|
||||
</td>
|
||||
<td><kbd>./configure && make && src/or/tor</kbd></td>
|
||||
</tr>
|
||||
|
@ -32,7 +32,7 @@ copyright="The Tor Project, Inc"
|
||||
# in website/include/versions.wmi. Tags that people usually forget to close,
|
||||
# as well as tags that are not defined in versions.wmi, have been added.
|
||||
# See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
|
||||
customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls> <wiki>"`
|
||||
customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <version-androidbundle-tor> <video controls> <wiki>"`
|
||||
|
||||
# We also need to use the nodefault option of po4a; space separated list
|
||||
# of tags that the module should not try to set by default in any
|
||||
|
Loading…
Reference in New Issue
Block a user