Mercurial > hg-website
changeset 341:17be3fccf9dc
downloads: fix link text and link targets for TortoiseHg 1.1.6.1
TortoiseHg 1.1.6.1 is an important bugfix of TortoiseHg 1.1.6
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 19 Nov 2010 13:08:59 +0100 |
parents | 2671800c4e38 |
children | f0f64282e85c |
files | templates/data |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/data Wed Nov 17 01:12:49 2010 +0100 +++ b/templates/data Fri Nov 19 13:08:59 2010 +0100 @@ -1,8 +1,8 @@ {% set downloads = { 'current': '1.7.1', '1.7.1' : { - 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6-hg-1.7.1-x64.msi', - 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6-hg-1.7.1-x86.msi', + 'TortoiseHg for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6.1-hg-1.7.1-x64.msi', + 'TortoiseHg for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6.1-hg-1.7.1-x86.msi', 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.7.1.msi', 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.6-macosx10.6.zip', 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.5-macosx10.5.zip',