Mercurial > hg-website
diff templates/data @ 312:8ed8a4121eac
downloads: Mercurial 1.5.3
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 21 May 2010 09:14:41 +0200 |
parents | 422c3b7cc6d4 |
children | f510cd3f37fc |
line wrap: on
line diff
--- a/templates/data Fri May 14 09:53:31 2010 +0200 +++ b/templates/data Fri May 21 09:14:41 2010 +0200 @@ -1,5 +1,12 @@ {% set downloads = { - 'current': '1.5.2', + 'current': '1.5.3', + '1.5.3' : { + 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x64.msi', + 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x86.msi', + 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.3.msi', + 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.3-py2.6-macosx10.6.zip', + 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.3-py2.5-macosx10.5.zip', + 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.5.3.tar.gz'}, '1.5.2' : { 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.2-hg-1.5.2-x64.msi', 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.2-hg-1.5.2-x86.msi',