Fix download link.

This commit is contained in:
Bastian Kleineidam 2013-07-19 15:20:48 +02:00
parent 10517e7597
commit b01b31d2ba
2 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
</header>
<section id="downloads" class="clearfix">
<a href="http://github.com/downloads/wummel/{{site.app.lname}}/{{site.app.lname}}-{{site.app.version}}.tar.gz"
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.lname}}-{{site.app.version}}.tar.gz"
title="Download source .tar.gz package"
id="download-tar-gz" class="button"><span>{{site.app.name}}.tar.gz {{site.app.version}}</span></a>
<a href="http://github.com/downloads/wummel/{{site.app.lname}}/{{site.app.lname}}-{{site.app.version}}.exe"
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.lname}}-{{site.app.version}}.exe"
title="Download Windows .exe installer"
id="download-exe" class="button"><span>{{site.app.name}}.exe {{site.app.version}}</span></a>
<a href="https://github.com/wummel/patool" id="view-on-github" class="button"><span>View on GitHub</span></a>

View File

@ -3,9 +3,9 @@ Version: 1.3
Hide: N
Website-URL: http://wummel.github.io/patool/
Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt
Tar/GZ-URL: https://github.com/downloads/wummel/patool/patool-${version}.tar.gz
Tar/GZ-URL: http://wummel.github.io/patool/dist/patool-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/patool.git
Windows-installer-URL: http://github.com/downloads/wummel/patool/patool-${version}.win32.exe
Windows-installer-URL: http://wummel.github.io/patool/dist/patool-${version}.win32.exe
Missing modules in the Windows installer have been added.
Detection of LZMA and LRZIP files with file(1) has been improved.